diff --git a/LaunchServer/build.gradle b/LaunchServer/build.gradle index 2313f844..da096ea5 100644 --- a/LaunchServer/build.gradle +++ b/LaunchServer/build.gradle @@ -79,6 +79,7 @@ bundle project(':Radon') compileOnlyA 'com.google.guava:guava:26.0-jre' compileOnlyA 'log4j:log4j:1.2.17' // Do not update (laggy dep). + compileOnlyA 'org.apache.logging.log4j:log4j-core:2.11.2' } task hikari(type: Copy) {