From b610d334996ce5f5acd2a673144d29faeb90bfc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 16:24:40 +0000 Subject: [PATCH] Update slf4j monorepo to v2 (major) (#4954) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tibor Blenessy --- its/perf/pom.xml | 2 +- its/plugin/tests/pom.xml | 2 +- pom.xml | 8 +++++++- sonar-plugin/bridge/pom.xml | 5 +++++ 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/its/perf/pom.xml b/its/perf/pom.xml index 6eb42424997..406aac35886 100644 --- a/its/perf/pom.xml +++ b/its/perf/pom.xml @@ -43,7 +43,7 @@ org.slf4j slf4j-simple - 1.7.36 + 2.0.16 com.google.code.gson diff --git a/its/plugin/tests/pom.xml b/its/plugin/tests/pom.xml index e3d91ac4227..162d117f0b0 100644 --- a/its/plugin/tests/pom.xml +++ b/its/plugin/tests/pom.xml @@ -68,7 +68,7 @@ org.slf4j slf4j-simple - 1.7.36 + 2.0.16 diff --git a/pom.xml b/pom.xml index 04d5f834f51..37ec6db27ac 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,7 @@ 6.10.0.202406032230-r 5.11.3 3.12.4 - 1.7.36 + 2.0.16 10.7.0.96327 10.14.0.2599 5.0.0.2065 @@ -254,6 +254,12 @@ ${sonar.version} test + + ch.qos.logback + logback-classic + 1.5.6 + test + org.sonarsource.javascript sonar-javascript-plugin diff --git a/sonar-plugin/bridge/pom.xml b/sonar-plugin/bridge/pom.xml index 15e69af781e..1dfff756485 100644 --- a/sonar-plugin/bridge/pom.xml +++ b/sonar-plugin/bridge/pom.xml @@ -75,6 +75,11 @@ org.sonarsource.sonarqube sonar-plugin-api-impl + + ch.qos.logback + logback-classic + test +