Skip to content

Commit

Permalink
Merge pull request #485 from hazendaz/spotbugs
Browse files Browse the repository at this point in the history
Bump remainder of spotbugs to 4.7.2 / junit to 5.9.0
  • Loading branch information
hazendaz authored Sep 6, 2022
2 parents 0e2d503 + 97012fa commit a124305
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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>
<junitVersion>5.9.0</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 a124305

Please sign in to comment.