Skip to content

Commit

Permalink
update maven plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Jun 5, 2024
1 parent 4adbcb7 commit 02799b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<!-- <release>8</release>-->
<source>8</source>
Expand All @@ -102,7 +102,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<version>3.7.1</version>
<configuration>
<archive>
<manifestEntries>
Expand Down

0 comments on commit 02799b9

Please sign in to comment.