Skip to content

Commit

Permalink
[MINOR] Upgrade log4j version to 2.17.0 (#662)
Browse files Browse the repository at this point in the history
* Update log4j version
* update log4j known-dependencies.txt
  • Loading branch information
xwm1992 authored Dec 19, 2021
1 parent b77646c commit b946360
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,9 @@ subprojects {
dependency "com.google.guava:guava:29.0-jre"

dependency "org.slf4j:slf4j-api:1.7.30"
dependency "org.apache.logging.log4j:log4j-api:2.16.0"
dependency "org.apache.logging.log4j:log4j-core:2.16.0"
dependency "org.apache.logging.log4j:log4j-slf4j-impl:2.16.0"
dependency "org.apache.logging.log4j:log4j-api:2.17.0"
dependency "org.apache.logging.log4j:log4j-core:2.17.0"
dependency "org.apache.logging.log4j:log4j-slf4j-impl:2.17.0"

dependency "com.lmax:disruptor:3.4.2"

Expand Down
6 changes: 3 additions & 3 deletions tools/third-party-dependencies/known-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jna-4.2.2.jar
jsr305-3.0.2.jar
junit-4.12.jar
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
log4j-api-2.16.0.jar
log4j-core-2.16.0.jar
log4j-slf4j-impl-2.16.0.jar
log4j-api-2.17.0.jar
log4j-core-2.17.0.jar
log4j-slf4j-impl-2.17.0.jar
logback-core-1.0.13.jar
metrics-annotation-4.1.0.jar
metrics-core-4.1.0.jar
Expand Down
4 changes: 2 additions & 2 deletions tools/third-party-licenses/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ jackson-databind 2.11.0: https://github.com/FasterXML/jackson-databind, Apache 2
javassist 3.20.0-GA/3.24.0-GA: https://github.com/jboss-javassist/javassist, Apache 2.0
jcommander 1.72: https://github.com/cbeust/jcommander, Apache 2.0
jna 4.2.2: https://github.com/java-native-access/jna, Apache 2.0
log4j-api 2.16.0: https://github.com/apache/log4j, Apache 2.0
log4j-core 2.16.0: https://github.com/apache/log4j, Apache 2.0
log4j-api 2.17.0: https://github.com/apache/log4j, Apache 2.0
log4j-core 2.17.0: https://github.com/apache/log4j, Apache 2.0
metrics-annotation 4.1.0: https://github.com/dropwizard/metrics, Apache 2.0
metrics-core 4.1.0: https://github.com/dropwizard/metrics, Apache 2.0
metrics-healthchecks 4.1.0: https://github.com/dropwizard/metrics, Apache 2.0
Expand Down

0 comments on commit b946360

Please sign in to comment.