Skip to content

Commit

Permalink
update spotbugs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JuditKnoll committed Jul 3, 2024
1 parent db6d9d9 commit 9f57707
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.8.3
spotbugsVersion=4.8.6
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.3.1</version>
<version>4.8.6.1</version>
<configuration>
<xmlOutput>true</xmlOutput>
<failOnError>false</failOnError>
Expand Down Expand Up @@ -232,7 +232,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.8.3</version>
<version>4.8.6</version>
</dependency>

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

0 comments on commit 9f57707

Please sign in to comment.