diff --git a/build.gradle b/build.gradle index 95a8af81..209b4975 100644 --- a/build.gradle +++ b/build.gradle @@ -64,8 +64,8 @@ dependencies { includeInJar "org.apache.commons:commons-lang3:3.20.0" includeInJar "commons-io:commons-io:2.22.0" includeInJar "net.sf.jopt-simple:jopt-simple:5.0.4" - includeInJar "org.apache.logging.log4j:log4j-core:2.26.0" - includeInJar "org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0" + includeInJar "org.apache.logging.log4j:log4j-core:2.26.1" + includeInJar "org.apache.logging.log4j:log4j-slf4j2-impl:2.26.1" includeInJar "org.jline:jansi:4.3.1" includeInJar("com.mojang:authlib:6.0.58") { exclude group: "org.slf4j", module: "slf4j-api"