Skip to content

Commit

Permalink
Bumped Spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMosigItemis committed Jul 29, 2024
1 parent 162b26a commit b1acee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ide_setup/eclipse/fluffy-lifecycle-mapping-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<pluginExecutionFilter>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<versionRange>4.8.5.0</versionRange>
<versionRange>4.8.6.2</versionRange>
<goals>
<goal>check</goal>
</goals>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<mockito.version>5.12.0</mockito.version>
<hamcrest.version>2.2</hamcrest.version>
<!-- Be aware: Spotbugs seems incompatible to JDK < 17 since 4.4.2 -->
<spotbugs.plugin.version>4.8.5.0</spotbugs.plugin.version>
<spotbugs.plugin.version>4.8.6.2</spotbugs.plugin.version>
<junit.version>5.10.2</junit.version>
<jacoco.plugin.version>0.8.12</jacoco.plugin.version>
<git-commit-id-plugin.version>9.0.1</git-commit-id-plugin.version>
Expand Down

0 comments on commit b1acee3

Please sign in to comment.