Skip to content

Commit

Permalink
Merge pull request #509 from hazendaz/spotbugs
Browse files Browse the repository at this point in the history
[pom] Set rest of spotbugs 4.7.3 artifacts
  • Loading branch information
hazendaz committed Nov 7, 2022
2 parents d46ad44 + 371096c commit 99061cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.7.2.3-SNAPSHOT</version>
<version>4.7.3.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>SpotBugs Maven Plugin</name>
Expand Down Expand Up @@ -150,14 +150,14 @@
<project.build.outputTimestamp>1667751665</project.build.outputTimestamp>

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

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

<junitVersion>5.9.1</junitVersion>
<spotbugsVersion>4.7.3</spotbugsVersion>
<spotbugsTag>4.7.2</spotbugsTag>
<spotbugsTag>4.7.3</spotbugsTag>
<slf4jVersion>2.0.3</slf4jVersion>

<antVersion>1.10.12</antVersion>
Expand Down

0 comments on commit 99061cb

Please sign in to comment.