We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9479f0f + c8e9ca3 commit 94d0aa1Copy full SHA for 94d0aa1
pom.xml
@@ -29,7 +29,7 @@
29
30
<groupId>com.github.spotbugs</groupId>
31
<artifactId>spotbugs-maven-plugin</artifactId>
32
- <version>4.9.3.1-SNAPSHOT</version>
+ <version>4.9.3.2-SNAPSHOT</version>
33
<packaging>maven-plugin</packaging>
34
35
<name>spotbugs-maven-plugin</name>
@@ -117,7 +117,7 @@
117
<testSourceDirectory>${project.basedir}src/test/groovy</testSourceDirectory>
118
119
<!-- Reproducible Builds: override timestamp value from parent -->
120
- <project.build.outputTimestamp>1742066584</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1750791436</project.build.outputTimestamp>
121
122
<jacoco.minimum.coverage>0.09</jacoco.minimum.coverage>
123
0 commit comments