Skip to content

Commit

Permalink
Plugin updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Jul 3, 2024
1 parent f7e3345 commit a02e6c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<!-- Release -->
<takari.release.gpg.skip>false</takari.release.gpg.skip>

<surefire.version>3.2.5</surefire.version>
<surefire.version>3.3.0</surefire.version>
<modernizer.version>2.9.0</modernizer.version>

<!-- To make project Idea friendly (release used, rest left for sanity) -->
Expand Down Expand Up @@ -173,7 +173,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.3.2</version>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -197,7 +197,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -221,7 +221,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<configuration>
<!-- disable accidental use, must use takari-lifecycle -->
<skip>true</skip>
Expand All @@ -231,7 +231,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<configuration>
<localCheckout>true</localCheckout>
<pushChanges>false</pushChanges>
Expand Down

0 comments on commit a02e6c8

Please sign in to comment.