Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 1, 2021
1 parent a2688d7 commit 5768ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -201,7 +201,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
<configuration>
<useCache>false</useCache>
</configuration>
Expand Down

0 comments on commit 5768ae2

Please sign in to comment.