Skip to content

Commit 94d19d8

Browse files
authored
chore: update log4j version to 2.17.0 (#128)
1 parent 3e07978 commit 94d19d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

query-service-impl/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ dependencies {
5454
testImplementation("org.junit.jupiter:junit-jupiter:5.7.1")
5555
testImplementation("org.mockito:mockito-core:3.8.0")
5656
testImplementation("org.mockito:mockito-junit-jupiter:3.8.0")
57-
testImplementation("org.apache.logging.log4j:log4j-slf4j-impl:2.16.0")
57+
testImplementation("org.apache.logging.log4j:log4j-slf4j-impl:2.17.0")
5858
testImplementation("com.squareup.okhttp3:mockwebserver:4.9.1")
5959
}

query-service/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation("org.slf4j:slf4j-api:1.7.30")
1616
implementation("com.typesafe:config:1.4.1")
1717

18-
runtimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.16.0")
18+
runtimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.17.0")
1919
runtimeOnly("io.grpc:grpc-netty:1.42.0")
2020
constraints {
2121
runtimeOnly("io.netty:netty-codec-http2:4.1.71.Final") {

0 commit comments

Comments
 (0)