Bump spotbugs-(maven-plugin) to 4.8.1(.0) 71/108871/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 7 Nov 2023 20:34:36 +0000 (21:34 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 7 Nov 2023 20:34:36 +0000 (21:34 +0100)
https://github.com/spotbugs/spotbugs/blob/4.8.0/CHANGELOG.md#480---2023-10-11
https://github.com/spotbugs/spotbugs/blob/4.8.1/CHANGELOG.md#481---2023-11-06
https://github.com/spotbugs/spotbugs-maven-plugin/releases/tag/spotbugs-maven-plugin-4.8.0.0
https://github.com/spotbugs/spotbugs-maven-plugin/releases/tag/spotbugs-maven-plugin-4.8.1.0

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

index 57aac4ec957996570154424d5ea23982d5531dc2..9fb597f4090d9fae74a27551da44c3cb1a1b97bb 100644 (file)
       <dependency>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-annotations</artifactId>
-        <version>4.7.3</version>
+        <version>4.8.1</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.7.3.6</version>
+          <version>4.8.1.0</version>
           <dependencies>
             <dependency>
               <groupId>com.github.spotbugs</groupId>
               <artifactId>spotbugs</artifactId>
-              <version>4.7.3</version>
+              <version>4.8.1</version>
             </dependency>
             <dependency>
               <groupId>org.opendaylight.odlparent</groupId>