diff --git a/query-service-impl/build.gradle.kts b/query-service-impl/build.gradle.kts index c6b08fb2..c6261371 100644 --- a/query-service-impl/build.gradle.kts +++ b/query-service-impl/build.gradle.kts @@ -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") } diff --git a/query-service/build.gradle.kts b/query-service/build.gradle.kts index 49c9e9c9..3a01bb66 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.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") {