Skip to content

Commit

Permalink
fix: upgrade vulnerable log4j (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-steinfeld authored Dec 10, 2021
1 parent e91dff6 commit 1a2bca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypertrace-core-graphql-platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 1a2bca4

Please sign in to comment.