From 9239a9e944f2781c87d61e2f43736af4237ed95e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 19:07:58 +0000 Subject: [PATCH] Bump ch.qos.logback:logback-classic from 1.5.25 to 1.5.26 Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.25 to 1.5.26. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.25...v_1.5.26) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.26 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- logcapture-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logcapture-core/build.gradle b/logcapture-core/build.gradle index f99829b..0b868cd 100644 --- a/logcapture-core/build.gradle +++ b/logcapture-core/build.gradle @@ -4,7 +4,7 @@ plugins { dependencies { api "org.hamcrest:hamcrest-library:3.0" - api "ch.qos.logback:logback-classic:1.5.25" + api "ch.qos.logback:logback-classic:1.5.26" api "org.slf4j:slf4j-api:2.0.17" testImplementation "junit:junit:4.13.2"