Skip to content

Commit 371096c

Browse files
committed
[pom] Set rest of spotbugs 4.7.3 artifacts
1 parent d46ad44 commit 371096c

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
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.github.spotbugs</groupId>
1313
<artifactId>spotbugs-maven-plugin</artifactId>
14-
<version>4.7.2.3-SNAPSHOT</version>
14+
<version>4.7.3.0-SNAPSHOT</version>
1515
<packaging>maven-plugin</packaging>
1616

1717
<name>SpotBugs Maven Plugin</name>
@@ -150,14 +150,14 @@
150150
<project.build.outputTimestamp>1667751665</project.build.outputTimestamp>
151151

152152
<!-- Override spotbugs to this version from base-parent -->
153-
<spotbugs.version>4.7.2</spotbugs.version>
153+
<spotbugs.version>4.7.3</spotbugs.version>
154154

155155
<!-- Groovymavenplus doesn't like simple '8' for java 8 until next release -->
156156
<java.version>1.8</java.version>
157157

158158
<junitVersion>5.9.1</junitVersion>
159159
<spotbugsVersion>4.7.3</spotbugsVersion>
160-
<spotbugsTag>4.7.2</spotbugsTag>
160+
<spotbugsTag>4.7.3</spotbugsTag>
161161
<slf4jVersion>2.0.3</slf4jVersion>
162162

163163
<antVersion>1.10.12</antVersion>

0 commit comments

Comments
 (0)