diff --git a/zuul-integration-test/build.gradle b/zuul-integration-test/build.gradle index 6e01e7182e..5590adfe57 100644 --- a/zuul-integration-test/build.gradle +++ b/zuul-integration-test/build.gradle @@ -22,7 +22,7 @@ dependencies { testImplementation 'org.apache.commons:commons-lang3:3.7' testImplementation "com.aayushatharva.brotli4j:brotli4j:$versions_brotli4j" testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.23.1' - testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j2-impl:2.21.1' + testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j2-impl:2.25.1' testRuntimeOnly "com.aayushatharva.brotli4j:native-osx-aarch64:$versions_brotli4j" testRuntimeOnly "com.aayushatharva.brotli4j:native-osx-x86_64:$versions_brotli4j" testRuntimeOnly "com.aayushatharva.brotli4j:native-linux-x86_64:$versions_brotli4j"