diff --git a/build.gradle b/build.gradle index 9f26c74..4905df0 100644 --- a/build.gradle +++ b/build.gradle @@ -14,9 +14,9 @@ repositories { } dependencies { - testImplementation 'junit:junit:4.12' - testImplementation 'org.apache.logging.log4j:log4j-core:2.17.0' - compileOnly 'org.apache.logging.log4j:log4j-api:2.17.0' + testImplementation 'junit:junit:4.13.1' + testImplementation 'org.apache.logging.log4j:log4j-core:2.25.4' + compileOnly 'org.apache.logging.log4j:log4j-api:2.25.4' } tasks.withType(JavaCompile) {