Update log4j patch version (#10394)

From https://logging.apache.org/log4j/2.x/security.html,
log4j version 2.17.1 is the current recommended version.
This commit is contained in:
Shrikant Sharat Kandula 2022-01-13 18:34:00 +05:30 committed by GitHub
parent 02be902fdc
commit cf59d4d10e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@
<project.version>1.0-SNAPSHOT</project.version>
<!-- By default skip the dockerization step. Only activate if necessary -->
<skipDockerBuild>true</skipDockerBuild>
<log4j2.version>2.17.0</log4j2.version>
<log4j2.version>2.17.1</log4j2.version>
</properties>
<build>