Bump spotbugs to 4.7.1.1 65/101865/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 24 Jul 2022 19:12:33 +0000 (21:12 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 24 Jul 2022 19:16:37 +0000 (21:16 +0200)
https://github.com/spotbugs/spotbugs/releases/tag/4.7.1
https://github.com/spotbugs/spotbugs-maven-plugin/releases/tag/spotbugs-maven-plugin-4.7.1.0
https://github.com/spotbugs/spotbugs-maven-plugin/releases/tag/spotbugs-maven-plugin-4.7.1.1

Change-Id: I374e6b933c32daad4475ebcef38fed652c6fb6b6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
odlparent/pom.xml
spotbugs/src/main/resources/spotbugs-exclude.xml

index e316aef0ce79e2d14dd24bdf1d22929763c32ebc..f9aab4fc298a033d045f9eec581207116b5145e5 100644 (file)
       <dependency>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-annotations</artifactId>
-        <version>4.7.0</version>
+        <version>4.7.1</version>
         <scope>provided</scope>
         <!-- Contains retention=RUNTIME annotations, which are not really needed -->
         <optional>true</optional>
         <plugin>
           <groupId>com.github.spotbugs</groupId>
           <artifactId>spotbugs-maven-plugin</artifactId>
-          <version>4.7.0.0</version>
+          <version>4.7.1.1</version>
           <dependencies>
             <dependency>
               <groupId>com.github.spotbugs</groupId>
               <artifactId>spotbugs</artifactId>
-              <version>4.7.0</version>
+              <version>4.7.1</version>
             </dependency>
             <dependency>
               <groupId>org.opendaylight.odlparent</groupId>
index 0661edf3824c50ac6974f996a221a7b10ae28c58..836893c1c4d25b6e1f144ac13fb8db63e3f20750 100644 (file)
       <Bug pattern="EI_EXPOSE_REP"/>
       <Bug pattern="EI_EXPOSE_REP2"/>
       <Bug pattern="MS_EXPOSE_REP"/>
-
-      <!-- https://github.com/spotbugs/spotbugs/issues/{2040,2043,2050} and others.
-           Let us not inflict this pain on downstreams just yet.  -->
-      <Bug pattern="THROWS_METHOD_THROWS_CLAUSE_BASIC_EXCEPTION"/>
-      <Bug pattern="THROWS_METHOD_THROWS_CLAUSE_THROWABLE"/>
     </Or>
   </Match>
 </FindBugsFilter>