Skip to content

Commit

Permalink
Update maven plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
petergeneric committed Jul 4, 2024
1 parent da43ee4 commit 2783625
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.2</version>

<!-- Write the build number and maven artifact info to the jar manifest -->
<configuration>
Expand All @@ -193,7 +193,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.3.0</version>
<configuration>
<excludes>
<exclude>**/TestUtils.java</exclude>
Expand All @@ -208,7 +208,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<source>${javalang.version}</source>
<target>${javalang.version}</target>
Expand All @@ -218,7 +218,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.7.0</version>
<configuration>
<doclint>none</doclint>
<failOnError>false</failOnError>
Expand Down

0 comments on commit 2783625

Please sign in to comment.