Skip to content

Commit

Permalink
#1115 Update dependencies and plugins to latest working versions
Browse files Browse the repository at this point in the history
update Maven WAR Plugin to 3.4.0
  • Loading branch information
oliverlietz committed Jun 1, 2024
1 parent 7728122 commit d2abe44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@
</instructions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit d2abe44

Please sign in to comment.