Skip to content

Commit

Permalink
Bump maven-war-plugin from 2.2 to 3.4.0
Browse files Browse the repository at this point in the history
Bumps [maven-war-plugin](https://github.com/apache/maven-war-plugin) from 2.2 to 3.4.0.
- [Commits](apache/maven-war-plugin@maven-war-plugin-2.2...maven-war-plugin-3.4.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-war-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 3, 2023
1 parent deddfeb commit eb80be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadastrapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.2</version>
<version>3.4.0</version>
<configuration>
<classifier>generic</classifier>
<warName>${project.artifactId}</warName>
Expand Down

0 comments on commit eb80be1

Please sign in to comment.