This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new 0c651bf5c Bump org.apache.maven.plugins:maven-war-plugin from 3.4.0 to
3.5.0
0c651bf5c is described below
commit 0c651bf5c3d7881df12be241a07863367f2443c2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 27 18:08:48 2025 +0000
Bump org.apache.maven.plugins:maven-war-plugin from 3.4.0 to 3.5.0
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] <[email protected]>
---
blueprint/examples/blueprint-sample-war/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/blueprint/examples/blueprint-sample-war/pom.xml
b/blueprint/examples/blueprint-sample-war/pom.xml
index 59f7000ad..f9fe6d3a8 100644
--- a/blueprint/examples/blueprint-sample-war/pom.xml
+++ b/blueprint/examples/blueprint-sample-war/pom.xml
@@ -50,7 +50,7 @@
<blueprint.web.version>1.1.2-SNAPSHOT</blueprint.web.version>
<geronimo-servlet_2.5_spec.version>1.2</geronimo-servlet_2.5_spec.version>
<jetty-maven-plugin.version>8.1.16.v20140903</jetty-maven-plugin.version>
- <maven-war-plugin.version>3.4.0</maven-war-plugin.version>
+ <maven-war-plugin.version>3.5.0</maven-war-plugin.version>
<tomcat6-maven-plugin.version>2.2</tomcat6-maven-plugin.version>
<tomcat7-maven-plugin.version>2.2</tomcat7-maven-plugin.version>
</properties>