From 8c18e0067c14e735a26ab64c732ab2ba1ebee58c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:39:35 +0000 Subject: [PATCH] Bump ch.qos.logback:logback-classic from 1.1.2 to 1.5.19 Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.1.2 to 1.5.19. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/commits/v_1.5.19) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.19 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7b4db7ee..2f1af33f 100644 --- a/build.gradle +++ b/build.gradle @@ -182,7 +182,7 @@ dependencies { // jar to fail to start correctly. It shouldn't be a problem, but it is exclude group: 'com.github.kbase', module: 'auth2_client_java' } - implementation 'ch.qos.logback:logback-classic:1.1.2' + implementation 'ch.qos.logback:logback-classic:1.5.19' implementation 'org.slf4j:slf4j-api:1.7.25' // 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.