Skip to content

Commit 5f9e363

Browse files
committed
[pom] Bump project to spotbugs 4.9.1.0-SNAPSHOT
1 parent 557df81 commit 5f9e363

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
@@ -29,7 +29,7 @@
2929

3030
<groupId>com.github.spotbugs</groupId>
3131
<artifactId>spotbugs-maven-plugin</artifactId>
32-
<version>4.9.0.1-SNAPSHOT</version>
32+
<version>4.9.1.0-SNAPSHOT</version>
3333
<packaging>maven-plugin</packaging>
3434

3535
<name>spotbugs-maven-plugin</name>
@@ -168,7 +168,7 @@
168168
<sourceDirectory>${project.basedir}/src/main/groovy</sourceDirectory>
169169

170170
<!-- Reproducible Builds: override timestamp value from parent -->
171-
<project.build.outputTimestamp>1739649724</project.build.outputTimestamp>
171+
<project.build.outputTimestamp>1739650333</project.build.outputTimestamp>
172172

173173
<!-- Override spotbugs to this version from base-parent -->
174174
<spotbugs.version>4.9.1</spotbugs.version>

0 commit comments

Comments
 (0)