diff --git a/build.gradle b/build.gradle index ab8afbc6b5..64ce46040b 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/tools/third-party-dependencies/known-dependencies.txt b/tools/third-party-dependencies/known-dependencies.txt index 244ee24b3d..fe8b8b1403 100644 --- a/tools/third-party-dependencies/known-dependencies.txt +++ b/tools/third-party-dependencies/known-dependencies.txt @@ -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 diff --git a/tools/third-party-licenses/LICENSE b/tools/third-party-licenses/LICENSE index ca49b456ba..c13a78b038 100644 --- a/tools/third-party-licenses/LICENSE +++ b/tools/third-party-licenses/LICENSE @@ -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