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 29fd17c49 Bump org.apache.maven.plugins:maven-war-plugin from 3.5.0 to
3.5.1
29fd17c49 is described below
commit 29fd17c49eae8f0f48717e48605b21adabec5ede
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 28 17:17:08 2025 +0000
Bump org.apache.maven.plugins:maven-war-plugin from 3.5.0 to 3.5.1
Bumps
[org.apache.maven.plugins:maven-war-plugin](https://github.com/apache/maven-war-plugin)
from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/apache/maven-war-plugin/releases)
-
[Commits](https://github.com/apache/maven-war-plugin/compare/maven-war-plugin-3.5.0...maven-war-plugin-3.5.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-war-plugin
dependency-version: 3.5.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 f9fe6d3a8..70de29a7d 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.5.0</maven-war-plugin.version>
+ <maven-war-plugin.version>3.5.1</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>