Bump SpotBugs to 4.8.3 97/109297/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 12 Dec 2023 21:00:55 +0000 (22:00 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 14 Dec 2023 23:31:27 +0000 (00:31 +0100)
https://github.com/spotbugs/spotbugs/blob/4.8.3/CHANGELOG.md#483---2023-12-12

Change-Id: I812fa856589b4fc1c7c0c9bc58ab74d42d5158a9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
odlparent/pom.xml

index 301bca2305f3ae914e0feecb94bb65b7baf6c079..944ee7d7160b70af12d943f4f088825082ac572b 100644 (file)
       <dependency>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-annotations</artifactId>
-        <version>4.8.2</version>
+        <version>4.8.3</version>
         <!-- Contains retention=RUNTIME annotations, which are not really needed -->
         <optional>true</optional>
         <exclusions>
             <dependency>
               <groupId>com.github.spotbugs</groupId>
               <artifactId>spotbugs</artifactId>
-              <version>4.8.2</version>
+              <version>4.8.3</version>
             </dependency>
             <dependency>
               <groupId>org.opendaylight.odlparent</groupId>