Skip to content

Commit

Permalink
Update plugin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Feb 27, 2024
1 parent 027a7b4 commit ff8c163
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<spotbugs.disabled>false</spotbugs.disabled>
<spotbugs.strict>false</spotbugs.strict>
<!--<spotbugs.version>4.7.3</spotbugs.version>-->
<spotbugs.plugin.version>4.8.2.0</spotbugs.plugin.version>
<spotbugs.plugin.version>4.8.3.1</spotbugs.plugin.version>
<forbiddenapis.version>3.6</forbiddenapis.version>
<forbiddenapis.strict>false</forbiddenapis.strict>
<jacoco.disabled>false</jacoco.disabled>
Expand Down Expand Up @@ -1479,7 +1479,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -1626,7 +1626,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</plugin>
<plugin>
<groupId>net.revelc.code.formatter</groupId>
Expand Down

0 comments on commit ff8c163

Please sign in to comment.