From 642ceb76c474c8bac26a277c9f5bd3c130d84b89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 21:41:26 +0100 Subject: [PATCH] Bump ch.qos.logback:logback-classic from 0.9.29 to 1.2.13 in /jmx/jmx-itests (#286) * Bump ch.qos.logback:logback-classic in /jmx/jmx-itests Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 0.9.29 to 1.2.13. - [Commits](https://github.com/qos-ch/logback/compare/v_0.9.29...v_1.2.13) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:development ... Signed-off-by: dependabot[bot] * Update also logback-core --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dominik Przybysz --- jmx/jmx-itests/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jmx/jmx-itests/pom.xml b/jmx/jmx-itests/pom.xml index 33583f534d..36422c0e7b 100644 --- a/jmx/jmx-itests/pom.xml +++ b/jmx/jmx-itests/pom.xml @@ -39,6 +39,7 @@ 3.4.0 2.5.3 + 1.2.13 @@ -189,13 +190,13 @@ ch.qos.logback logback-core - 0.9.29 + ${logback.version} test ch.qos.logback logback-classic - 0.9.29 + ${logback.version} test