diff --git a/query-service-impl/build.gradle.kts b/query-service-impl/build.gradle.kts index 972307b1..0d0c9769 100644 --- a/query-service-impl/build.gradle.kts +++ b/query-service-impl/build.gradle.kts @@ -54,6 +54,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.16.0") + testImplementation("org.apache.logging.log4j:log4j-slf4j-impl:2.17.0") testImplementation("com.squareup.okhttp3:mockwebserver:4.9.1") } diff --git a/query-service/build.gradle.kts b/query-service/build.gradle.kts index 6ef3a49b..51d72641 100644 --- a/query-service/build.gradle.kts +++ b/query-service/build.gradle.kts @@ -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.16.0") + runtimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.17.0") runtimeOnly("io.grpc:grpc-netty:1.42.0") constraints { runtimeOnly("io.netty:netty-codec-http2:4.1.71.Final") {