This is an automated email from the ASF dual-hosted git repository.

shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new 1717dc0f6 [SCB-2524]Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.0.0 
(#2985)
1717dc0f6 is described below

commit 1717dc0f6c3e19ce6604fa0e2f569c2d599071e0
Author: Tian Luo <[email protected]>
AuthorDate: Fri May 20 19:56:33 2022 +0800

    [SCB-2524]Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.0.0 (#2985)
    
    Co-authored-by: ZhangJian He <[email protected]>
---
 ci/spotbugs/exclude.xml | 12 ++++++++++++
 pom.xml                 |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/ci/spotbugs/exclude.xml b/ci/spotbugs/exclude.xml
index 19c487f13..1b33321b7 100644
--- a/ci/spotbugs/exclude.xml
+++ b/ci/spotbugs/exclude.xml
@@ -183,4 +183,16 @@
         <Bug pattern="VA_FORMAT_STRING_USES_NEWLINE"/>
     </Match>
 
+    <Match>
+        <Bug pattern="THROWS_METHOD_THROWS_CLAUSE_BASIC_EXCEPTION"/>
+    </Match>
+
+    <Match>
+        <Bug pattern="THROWS_METHOD_THROWS_CLAUSE_THROWABLE"/>
+    </Match>
+
+    <Match>
+        <Bug pattern="THROWS_METHOD_THROWS_RUNTIMEEXCEPTION"/>
+    </Match>
+
 </FindBugsFilter>
diff --git a/pom.xml b/pom.xml
index b72485c65..669075906 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
     <release-maven-plugin.version>2.5.3</release-maven-plugin.version>
     <site-maven-plugin.version>3.12.0</site-maven-plugin.version>
     <source-maven-plugin.version>3.2.1</source-maven-plugin.version>
-    <spotbug-maven-plugin.version>4.6.0.0</spotbug-maven-plugin.version>
+    <spotbug-maven-plugin.version>4.7.0.0</spotbug-maven-plugin.version>
     <spring-boot-maven-plugin.version>2.7.0</spring-boot-maven-plugin.version>
     <surefire-maven-plugin.version>3.0.0-M6</surefire-maven-plugin.version>
     <!-- plugin version end -->

Reply via email to