diff --git a/build.gradle b/build.gradle index 7583dc27..a8f9a5e7 100644 --- a/build.gradle +++ b/build.gradle @@ -129,9 +129,9 @@ dependencies { } // Fix Log4Shell - compile 'org.apache.logging.log4j:log4j-api:2.17.0' - compile 'org.apache.logging.log4j:log4j-core:2.17.0' - compile 'org.apache.logging.log4j:log4j-to-slf4j:2.17.0' + compile 'org.apache.logging.log4j:log4j-api:2.17.1' + compile 'org.apache.logging.log4j:log4j-core:2.17.1' + compile 'org.apache.logging.log4j:log4j-to-slf4j:2.17.1' compile 'ch.qos.logback:logback-classic:1.2.8' compile 'ch.qos.logback:logback-core:1.2.8'