From e33f2242af7256ffefa8e757846fe919f49031fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 14:42:19 +0000 Subject: [PATCH 1/2] chore(deps): bump ch.qos.logback:logback-core in /run/logging-manual Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.4.14 to 1.5.34. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.4.14...v_1.5.34) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-core dependency-version: 1.5.33 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- run/logging-manual/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/logging-manual/pom.xml b/run/logging-manual/pom.xml index 3427f9c4a94..42563199cc0 100644 --- a/run/logging-manual/pom.xml +++ b/run/logging-manual/pom.xml @@ -58,7 +58,7 @@ limitations under the License. ch.qos.logback logback-core - 1.4.14 + 1.5.34 ch.qos.logback From d0edf26a72a47973e18bca2d076cb799278e439e Mon Sep 17 00:00:00 2001 From: Kevin Gordillo Date: Wed, 29 Jul 2026 15:06:53 +0000 Subject: [PATCH 2/2] fix(deps): bump logback-classic to match logback-core --- run/logging-manual/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/logging-manual/pom.xml b/run/logging-manual/pom.xml index 42563199cc0..a200ec5c39b 100644 --- a/run/logging-manual/pom.xml +++ b/run/logging-manual/pom.xml @@ -63,7 +63,7 @@ limitations under the License. ch.qos.logback logback-classic - 1.4.14 + 1.5.34 com.squareup.okhttp3