Skip to content

Commit

Permalink
Merge pull request #725 from gtoison/upgrade-spotbugs-to-4.8.3
Browse files Browse the repository at this point in the history
Upgrade SpotBugs to 4.8.3
  • Loading branch information
h3xstream committed Feb 25, 2024
2 parents 05c71d8 + b65228a commit 361914e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fsbVersion=1.12.0
spotbugsVersion=4.5.3
spotbugsVersion=4.8.3
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.5.3</version>
<version>4.8.3.1</version>
<configuration>
<xmlOutput>true</xmlOutput>
<failOnError>false</failOnError>
Expand Down Expand Up @@ -230,7 +230,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.5.3</version>
<version>4.8.3</version>
</dependency>

<!-- Artefact definition of the module -->
Expand Down

0 comments on commit 361914e

Please sign in to comment.