This is an automated email from the ASF dual-hosted git repository.
liubao 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 7395f6149 Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.2
to 4.9.4.0 (#4944)
7395f6149 is described below
commit 7395f6149a1e3be48368d51e2dc09c350d31adbf
Author: liubao68 <[email protected]>
AuthorDate: Fri Sep 26 19:27:18 2025 +0800
Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.2 to 4.9.4.0
(#4944)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index e0d18598b..d4bff10aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
<release-maven-plugin.version>3.1.1</release-maven-plugin.version>
<site-maven-plugin.version>3.21.0</site-maven-plugin.version>
<source-maven-plugin.version>3.3.0</source-maven-plugin.version>
- <spotbug-maven-plugin.version>4.9.3.2</spotbug-maven-plugin.version>
+ <spotbug-maven-plugin.version>4.9.4.0</spotbug-maven-plugin.version>
<spring-boot.version>3.5.4</spring-boot.version>
<surefire-maven-plugin.version>3.5.3</surefire-maven-plugin.version>
<!-- plugin version end -->
@@ -334,7 +334,7 @@
<xmlOutput>true</xmlOutput>
<failOnError>true</failOnError>
<threshold>Medium</threshold>
- <excludeFilterFile>ci/spotbugs/exclude.xml</excludeFilterFile>
+
<excludeFilterFile>${session.executionRootDirectory}/ci/spotbugs/exclude.xml</excludeFilterFile>
</configuration>
<executions>
<execution>