Bump SpotBugs to 4.8.2 59/109159/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 6 Dec 2023 08:41:27 +0000 (09:41 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 6 Dec 2023 08:48:11 +0000 (09:48 +0100)
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 <robert.varga@pantheon.tech>
odlparent/pom.xml

index 1853a3519d8e628f5cb581659bbb4dae0209523d..4ccba045419da2d9fc1614da2a9a0d782804ab61 100644 (file)
       <dependency>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-annotations</artifactId>
-        <version>4.8.1</version>
+        <version>4.8.2</version>
         <!-- Contains retention=RUNTIME annotations, which are not really needed -->
         <optional>true</optional>
         <exclusions>
         <plugin>
           <groupId>com.github.spotbugs</groupId>
           <artifactId>spotbugs-maven-plugin</artifactId>
-          <version>4.8.1.0</version>
+          <version>4.8.2.0</version>
           <dependencies>
             <dependency>
               <groupId>com.github.spotbugs</groupId>
               <artifactId>spotbugs</artifactId>
-              <version>4.8.1</version>
+              <version>4.8.2</version>
             </dependency>
             <dependency>
               <groupId>org.opendaylight.odlparent</groupId>
             <dependency>
               <groupId>org.slf4j</groupId>
               <artifactId>slf4j-api</artifactId>
-              <version>2.0.0</version>
+              <version>2.0.9</version>
             </dependency>
             <dependency>
               <groupId>org.slf4j</groupId>
               <artifactId>slf4j-simple</artifactId>
-              <version>2.0.0</version>
+              <version>2.0.9</version>
             </dependency>
           </dependencies>
           <configuration>