Skip to content

Commit

Permalink
Merge pull request #681 from hazendaz/master
Browse files Browse the repository at this point in the history
Full spotbugs 4.8.2 and update junit to 5.10.1
  • Loading branch information
hazendaz authored Nov 30, 2023
2 parents 31f2461 + b7469f5 commit fd7bedc
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 @@ -28,7 +28,7 @@

<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.1.1-SNAPSHOT</version>
<version>4.8.2.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>spotbugs-maven-plugin</name>
Expand Down Expand Up @@ -167,11 +167,11 @@
<project.build.outputTimestamp>1699325020</project.build.outputTimestamp>

<!-- Override spotbugs to this version from base-parent -->
<spotbugs.version>4.8.1</spotbugs.version>
<spotbugs.version>4.8.2</spotbugs.version>

<junitVersion>5.10.0</junitVersion>
<junitVersion>5.10.1</junitVersion>
<spotbugsVersion>4.8.2</spotbugsVersion>
<spotbugsTag>4.8.1</spotbugsTag>
<spotbugsTag>4.8.2</spotbugsTag>
<slf4jVersion>2.0.9</slf4jVersion>

<antVersion>1.10.14</antVersion>
Expand Down

0 comments on commit fd7bedc

Please sign in to comment.