From 867f97f3bfab414e92988fc5ac48140c2155e8d9 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 6 Dec 2023 09:41:27 +0100 Subject: [PATCH] Bump SpotBugs to 4.8.2 https://github.com/spotbugs/spotbugs/blob/4.8.2/CHANGELOG.md#482---2023-11-28 https://github.com/spotbugs/spotbugs-maven-plugin/releases/tag/spotbugs-maven-plugin-4.8.2.0 Also re-align slf4j versions to 2.0.9, which is what upstream uses. Change-Id: I2fddf7eb859fb1a53ed3206c1170b215b8bea858 Signed-off-by: Robert Varga --- odlparent/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/odlparent/pom.xml b/odlparent/pom.xml index 1853a3519..4ccba0454 100644 --- a/odlparent/pom.xml +++ b/odlparent/pom.xml @@ -344,7 +344,7 @@ com.github.spotbugs spotbugs-annotations - 4.8.1 + 4.8.2 true @@ -1121,12 +1121,12 @@ com.github.spotbugs spotbugs-maven-plugin - 4.8.1.0 + 4.8.2.0 com.github.spotbugs spotbugs - 4.8.1 + 4.8.2 org.opendaylight.odlparent @@ -1138,12 +1138,12 @@ org.slf4j slf4j-api - 2.0.0 + 2.0.9 org.slf4j slf4j-simple - 2.0.0 + 2.0.9 -- 2.36.6