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 +