Skip to content

Commit

Permalink
[pom] Bump remainder of spotbugs to 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Sep 6, 2022
1 parent 0e2d503 commit ea6cb7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.7.1.2-SNAPSHOT</version>
<version>4.7.2.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>SpotBugs Maven Plugin</name>
Expand Down Expand Up @@ -147,14 +147,14 @@
<projectVersion>${project.version}</projectVersion>

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

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

<junitVersion>5.9.0-RC1</junitVersion>
<spotbugsVersion>4.7.2</spotbugsVersion>
<spotbugsTag>4.7.1</spotbugsTag>
<spotbugsTag>4.7.2</spotbugsTag>
<slf4jVersion>2.0.0</slf4jVersion>

<antVersion>1.10.12</antVersion>
Expand Down

0 comments on commit ea6cb7c

Please sign in to comment.