From a6e8657bffa8b29c0fbc475eec98a69ff070a0f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 17:12:12 +0000 Subject: [PATCH] build(deps): bump ch.qos.logback:logback-classic from 1.3.15 to 1.3.16 Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.3.15 to 1.3.16. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.3.15...v_1.3.16) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.3.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3f3ffc9..c6bdda8 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation 'org.jetbrains:annotations:26.0.2' // Logback classic 1.3.x is compatible with java 8 - only needed for tests - testImplementation 'ch.qos.logback:logback-classic:1.3.15' + testImplementation 'ch.qos.logback:logback-classic:1.3.16' testImplementation 'cloud.eppo:sdk-common-jvm:3.5.4:tests' testImplementation platform('org.junit:junit-bom:5.11.4') testImplementation 'org.junit.jupiter:junit-jupiter'