We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 046a25f commit 2f98468Copy full SHA for 2f98468
pom.xml
@@ -29,7 +29,7 @@
29
30
<groupId>com.github.spotbugs</groupId>
31
<artifactId>spotbugs-maven-plugin</artifactId>
32
- <version>4.9.2.1-SNAPSHOT</version>
+ <version>4.9.3.0-SNAPSHOT</version>
33
<packaging>maven-plugin</packaging>
34
35
<name>spotbugs-maven-plugin</name>
@@ -171,7 +171,7 @@
171
<project.build.outputTimestamp>1741054657</project.build.outputTimestamp>
172
173
<!-- Override spotbugs to this version from base-parent -->
174
- <spotbugs.version>4.9.2</spotbugs.version>
+ <spotbugs.version>4.9.3</spotbugs.version>
175
176
<junitVersion>5.12.0</junitVersion>
177
<slf4jVersion>2.0.17</slf4jVersion>
0 commit comments