diff --git a/build.gradle b/build.gradle index 958f45d..d4f40fe 100644 --- a/build.gradle +++ b/build.gradle @@ -135,7 +135,7 @@ dependencies { implementation 'com.github.zafarkhaja:java-semver:0.9.0' implementation 'org.yaml:snakeyaml:1.18' implementation 'ch.qos.logback:logback-classic:1.1.2' - implementation 'org.slf4j:slf4j-api:1.7.25' + implementation 'org.slf4j:slf4j-api:2.0.17' // TODO DEPS Need to rework the java common logger to not use syslog4j at all since it's // abandonware and has a ton of CVEs, even in the newer versions. implementation "org.syslog4j:syslog4j:0.9.46"