Bump spotbugs to 4.8.4 41/111341/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 9 Apr 2024 17:25:35 +0000 (19:25 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 10 Apr 2024 08:34:21 +0000 (10:34 +0200)
https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md#484---2024-04-07
https://github.com/spotbugs/spotbugs-maven-plugin/releases/tag/spotbugs-maven-plugin-4.8.4.0

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

index 195bd399a958116d41cea8e65fb0f01becfee3b8..8259b2f4a59dd2df431abee20183685f7202edd8 100644 (file)
       <dependency>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-annotations</artifactId>
-        <version>4.8.3</version>
+        <version>4.8.4</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.3.1</version>
+          <version>4.8.4.0</version>
           <dependencies>
             <dependency>
               <groupId>com.github.spotbugs</groupId>
               <artifactId>spotbugs</artifactId>
-              <version>4.8.3</version>
+              <version>4.8.4</version>
             </dependency>
             <dependency>
               <groupId>org.opendaylight.odlparent</groupId>