Skip to content

Commit f9eda49

Browse files
fix: upgrade vulnerable log4j
1 parent e91dff6 commit f9eda49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypertrace-core-graphql-platform/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
because("https://snyk.io/vuln/SNYK-JAVA-COMGOOGLECODEGSON-1730327")
3737
}
3838

39-
runtime("org.apache.logging.log4j:log4j-slf4j-impl:2.14.0")
39+
runtime("org.apache.logging.log4j:log4j-slf4j-impl:2.15.0")
4040
runtime("io.grpc:grpc-netty:1.42.0")
4141
runtime("io.netty:netty-codec-http2:4.1.68.Final") {
4242
because("https://snyk.io/vuln/SNYK-JAVA-IONETTY-1083991")

0 commit comments

Comments
 (0)