diff --git a/lib/build.gradle b/lib/build.gradle index 811ea5f..2409d7f 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -17,7 +17,7 @@ repositories { dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0' - testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.24.0' + testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.24.1' testImplementation 'fi.protonode:certy:0.3.1' // Following warning is printed with JDK17