diff --git a/zuul-sample/build.gradle b/zuul-sample/build.gradle index 451897e74b..aa28cdb927 100644 --- a/zuul-sample/build.gradle +++ b/zuul-sample/build.gradle @@ -11,7 +11,7 @@ dependencies { annotationProcessor project(":zuul-processor") runtimeOnly 'org.apache.logging.log4j:log4j-core:2.23.1' - runtimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.19.0' + runtimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.24.3' }