Skip to content

Commit

Permalink
Raised plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolocust committed Mar 31, 2024
1 parent 825237b commit 5f31fe8
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 @@ -43,7 +43,7 @@
<!-- Maven compiler plugin -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<executions>
<execution>
<id>default-compile</id>
Expand Down Expand Up @@ -121,7 +121,7 @@
<!-- Maven javadoc plugin -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.3</version>
</plugin>
<plugin>
<!-- Maven deploy plugin -->
Expand All @@ -133,7 +133,7 @@
<!-- Maven surefire plugin -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.5</version>
<configuration>
<argLine>-Dfile.encoding=UTF-8</argLine>
</configuration>
Expand Down

0 comments on commit 5f31fe8

Please sign in to comment.