diff --git a/build.gradle b/build.gradle index c3ad177..5f94250 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { // using older dependencies to not force upgrades on services that might not be able to // handle them. Need to upgrade the services and then upgrade here - implementation 'ch.qos.logback:logback-classic:1.1.2' + implementation 'ch.qos.logback:logback-classic:1.5.27' implementation 'com.fasterxml.jackson.core:jackson-databind:2.5.4' implementation 'org.slf4j:slf4j-api:1.7.25'