Skip to content

Commit 850f0cf

Browse files
authored
Merge pull request #833 from spotbugs/release/4.8.6.0
Release/4.8.6.0
2 parents d3b7c91 + 1633dfc commit 850f0cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 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.8.5.1-SNAPSHOT</version>
32+
<version>4.9.0-SNAPSHOT</version>
3333
<packaging>maven-plugin</packaging>
3434

3535
<name>spotbugs-maven-plugin</name>
@@ -165,10 +165,10 @@
165165
<projectVersion>${project.version}</projectVersion>
166166

167167
<!-- Reproducible Builds: override timestamp value from parent -->
168-
<project.build.outputTimestamp>1714932977</project.build.outputTimestamp>
168+
<project.build.outputTimestamp>1719263517</project.build.outputTimestamp>
169169

170170
<!-- Override spotbugs to this version from base-parent -->
171-
<spotbugs.version>4.8.5</spotbugs.version>
171+
<spotbugs.version>4.8.6</spotbugs.version>
172172

173173
<junitVersion>5.10.2</junitVersion>
174174
<spotbugsVersion>4.8.6</spotbugsVersion>

0 commit comments

Comments
 (0)