diff --git a/settings.gradle.kts b/settings.gradle.kts index 8c34064..4be7973 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -39,7 +39,7 @@ dependencyResolutionManagement { library("geometry", "org.apache.commons", "commons-geometry-euclidean").versionRef("commons-geometry-euclidean") // Logging — Log4j2 as SLF4J 2.x provider (Minestom ships SLF4J 2.x API) - version("log4j2", "2.24.3") + version("log4j2", "2.25.4") library("log4j2.core", "org.apache.logging.log4j", "log4j-core").versionRef("log4j2") library("log4j2.slf4j2", "org.apache.logging.log4j", "log4j-slf4j2-impl").versionRef("log4j2")