Skip to content

Commit

Permalink
fix: update vulnerable log4j (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-steinfeld committed Dec 10, 2021
1 parent 74a83c6 commit 73dc9aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion query-service-impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.7.1")
testImplementation("org.mockito:mockito-core:3.8.0")
testImplementation("org.mockito:mockito-junit-jupiter:3.8.0")
testImplementation("org.apache.logging.log4j:log4j-slf4j-impl:2.14.1")
testImplementation("org.apache.logging.log4j:log4j-slf4j-impl:2.15.0")
testImplementation("com.squareup.okhttp3:mockwebserver:4.9.1")
}
2 changes: 1 addition & 1 deletion query-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:1.7.30")
implementation("com.typesafe:config:1.4.1")

runtimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.14.1")
runtimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.15.0")
runtimeOnly("io.grpc:grpc-netty:1.42.0")
constraints {
runtimeOnly("io.netty:netty-codec-http2:4.1.68.Final") {
Expand Down

0 comments on commit 73dc9aa

Please sign in to comment.