From b5b6b33aab2d97b979c0693969e9758fe56979c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 17:22:29 +0000 Subject: [PATCH] Bump ch.qos.logback:logback-classic from 1.6.1 to 1.6.2 Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.6.1...v_1.6.2) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.6.2 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 d1e0765..fe9fd2d 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.6.1" + api "ch.qos.logback:logback-classic:1.6.2" api "org.slf4j:slf4j-api:2.0.18" testImplementation "junit:junit:4.13.2"