[SCB-2524]Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.0.0 (#2985)

Co-authored-by: ZhangJian He <shoothzj@gmail.com>
diff --git a/ci/spotbugs/exclude.xml b/ci/spotbugs/exclude.xml
index 19c487f..1b33321 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 b72485c..6690759 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 -->