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 7388024b9 Bump org.mortbay.jetty:jetty-maven-plugin
7388024b9 is described below
commit 7388024b943dd821a1211d5c509f9514788ec644
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 21 21:09:08 2025 +0000
Bump org.mortbay.jetty:jetty-maven-plugin
Bumps org.mortbay.jetty:jetty-maven-plugin from 8.1.8.v20121106 to
8.1.16.v20140903.
---
updated-dependencies:
- dependency-name: org.mortbay.jetty:jetty-maven-plugin
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 9c91749b5..2cc97dc3a 100644
--- a/blueprint/examples/blueprint-sample-war/pom.xml
+++ b/blueprint/examples/blueprint-sample-war/pom.xml
@@ -49,7 +49,7 @@
<blueprint.web.version>1.0.0</blueprint.web.version>
<geronimo-servlet_2.5_spec.version>1.2</geronimo-servlet_2.5_spec.version>
-
<jetty-maven-plugin.version>8.1.8.v20121106</jetty-maven-plugin.version>
+
<jetty-maven-plugin.version>8.1.16.v20140903</jetty-maven-plugin.version>
<maven-war-plugin.version>3.4.0</maven-war-plugin.version>
<tomcat6-maven-plugin.version>2.0</tomcat6-maven-plugin.version>
<tomcat7-maven-plugin.version>2.0</tomcat7-maven-plugin.version>