diff --git a/build.gradle.kts b/build.gradle.kts index 8d9c5f3..2360341 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -54,7 +54,7 @@ subprojects { set("spotBugsVersion", "4.8.6") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations set("classGraphVersion", "4.8.177") // https://mvnrepository.com/artifact/io.github.classgraph/classgraph - set("log4jVersion", "2.24.2") // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core + set("log4jVersion", "2.24.3") // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core set("guavaVersion", "33.4.0-jre") // https://mvnrepository.com/artifact/com.google.guava/guava set("junitVersion", "5.11.4") // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api