From 1a2bca43a38fffe5b40d5de3d326a74f42b31426 Mon Sep 17 00:00:00 2001 From: Aaron Steinfeld <45047841+aaron-steinfeld@users.noreply.github.com> Date: Fri, 10 Dec 2021 10:55:41 -0500 Subject: [PATCH] fix: upgrade vulnerable log4j (#85) --- hypertrace-core-graphql-platform/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypertrace-core-graphql-platform/build.gradle.kts b/hypertrace-core-graphql-platform/build.gradle.kts index 0c02870f..c264bbec 100644 --- a/hypertrace-core-graphql-platform/build.gradle.kts +++ b/hypertrace-core-graphql-platform/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { because("https://snyk.io/vuln/SNYK-JAVA-COMGOOGLECODEGSON-1730327") } - runtime("org.apache.logging.log4j:log4j-slf4j-impl:2.14.0") + runtime("org.apache.logging.log4j:log4j-slf4j-impl:2.15.0") runtime("io.grpc:grpc-netty:1.42.0") runtime("io.netty:netty-codec-http2:4.1.68.Final") { because("https://snyk.io/vuln/SNYK-JAVA-IONETTY-1083991")