Skip to content

Commit 7395f61

Browse files
authored
Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.2 to 4.9.4.0 (#4944)
1 parent f33a524 commit 7395f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<release-maven-plugin.version>3.1.1</release-maven-plugin.version>
6767
<site-maven-plugin.version>3.21.0</site-maven-plugin.version>
6868
<source-maven-plugin.version>3.3.0</source-maven-plugin.version>
69-
<spotbug-maven-plugin.version>4.9.3.2</spotbug-maven-plugin.version>
69+
<spotbug-maven-plugin.version>4.9.4.0</spotbug-maven-plugin.version>
7070
<spring-boot.version>3.5.4</spring-boot.version>
7171
<surefire-maven-plugin.version>3.5.3</surefire-maven-plugin.version>
7272
<!-- plugin version end -->
@@ -334,7 +334,7 @@
334334
<xmlOutput>true</xmlOutput>
335335
<failOnError>true</failOnError>
336336
<threshold>Medium</threshold>
337-
<excludeFilterFile>ci/spotbugs/exclude.xml</excludeFilterFile>
337+
<excludeFilterFile>${session.executionRootDirectory}/ci/spotbugs/exclude.xml</excludeFilterFile>
338338
</configuration>
339339
<executions>
340340
<execution>

0 commit comments

Comments
 (0)