From 846125bffb0e160c9363070b0d8d657e80dc8caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 13:01:33 +0000 Subject: [PATCH] build(deps): bump org.apache.maven.plugins:maven-war-plugin Bumps [org.apache.maven.plugins:maven-war-plugin](https://github.com/apache/maven-war-plugin) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/apache/maven-war-plugin/releases) - [Commits](https://github.com/apache/maven-war-plugin/compare/maven-war-plugin-3.4.0...maven-war-plugin-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-war-plugin dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 48c688b7e1..5c46a3d440 100644 --- a/modules/samples/java_first_jaxws/pom.xml +++ b/modules/samples/java_first_jaxws/pom.xml @@ -132,7 +132,7 @@ org.apache.maven.plugins maven-war-plugin - 3.4.0 + 3.5.0 ${basedir}/src/webapp diff --git a/modules/samples/jaxws-samples/pom.xml b/modules/samples/jaxws-samples/pom.xml index b3c567f35c..2b7397d07d 100644 --- a/modules/samples/jaxws-samples/pom.xml +++ b/modules/samples/jaxws-samples/pom.xml @@ -153,7 +153,7 @@ org.apache.maven.plugins maven-war-plugin - 3.4.0 + 3.5.0 jaxws-samples ${basedir}/src/webapp diff --git a/pom.xml b/pom.xml index 40cb1ddf26..35c09356f0 100644 --- a/pom.xml +++ b/pom.xml @@ -1161,7 +1161,7 @@ maven-war-plugin - 3.4.0 + 3.5.0 org.codehaus.mojo