From 489909b1ebc9a57d8c404bb1ebf3c1c67b1c7ce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 06:50:43 +0000 Subject: [PATCH] Bump ch.qos.logback:logback-classic from 1.5.27 to 1.5.28 Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.27 to 1.5.28. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.27...v_1.5.28) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.28 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 bdab98c..d4662e6 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { testImplementation 'org.wiremock:wiremock:3.13.2' testImplementation 'org.mockito:mockito-core:5.21.0' testImplementation 'org.hamcrest:hamcrest:3.0' - testRuntimeOnly 'ch.qos.logback:logback-classic:1.5.27' + testRuntimeOnly 'ch.qos.logback:logback-classic:1.5.28' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }