diff --git a/build.gradle b/build.gradle index efc3f13..0373c2c 100644 --- a/build.gradle +++ b/build.gradle @@ -131,8 +131,8 @@ dependencies { testImplementation("org.eclipse.jetty:jetty-servlet:${jettyVersion}") { exclude module: 'org.eclipse.jetty.orbit' } - testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.24.3' - testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.24.3' + testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.25.2' + testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.25.2' }