This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new 0ece9ef Bump maven-war-plugin from 3.3.1 to 3.3.2
0ece9ef is described below
commit 0ece9efbcfce8137224e47b6bbaabd225a193ef9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 13 13:08:46 2021 +0000
Bump maven-war-plugin from 3.3.1 to 3.3.2
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](https://github.com/apache/maven-war-plugin/compare/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] <[email protected]>
---
modules/samples/java_first_jaxws/pom.xml | 2 +-
modules/samples/jaxws-samples/pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/samples/java_first_jaxws/pom.xml
b/modules/samples/java_first_jaxws/pom.xml
index 64bb596..a17b03f 100644
--- a/modules/samples/java_first_jaxws/pom.xml
+++ b/modules/samples/java_first_jaxws/pom.xml
@@ -101,7 +101,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.3.1</version>
+ <version>3.3.2</version>
<configuration>
<warSourceDirectory>${basedir}/src/webapp</warSourceDirectory>
</configuration>
diff --git a/modules/samples/jaxws-samples/pom.xml
b/modules/samples/jaxws-samples/pom.xml
index 8b08566..86e5b60 100644
--- a/modules/samples/jaxws-samples/pom.xml
+++ b/modules/samples/jaxws-samples/pom.xml
@@ -121,7 +121,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.3.1</version>
+ <version>3.3.2</version>
<configuration>
<warName>jaxws-samples</warName>
<warSourceDirectory>${basedir}/src/webapp</warSourceDirectory>
diff --git a/pom.xml b/pom.xml
index 1e277d5..6098994 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1195,7 +1195,7 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
- <version>3.3.1</version>
+ <version>3.3.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>