You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2020/12/22 13:49:37 UTC

[ws-axiom] branch master updated: Update Jetty

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/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new d7aeb6b  Update Jetty
d7aeb6b is described below

commit d7aeb6ba1fe944b459264d4bd5decd14381783e6
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Tue Dec 22 13:49:26 2020 +0000

    Update Jetty
---
 .github/dependabot.yml | 2 ++
 pom.xml                | 5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 76fa4ee..49fff08 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -21,5 +21,7 @@ updates:
     ignore:
       - dependency-name: "com.sun.xml.ws:jaxws-rt"
         versions: ">= 3.0"
+      - dependency-name: "org.eclipse.jetty:jetty-server"
+        versions: ">= 10.0"
       - dependency-name: "org.eclipse.jetty:jetty-webapp"
         versions: ">= 10.0"
diff --git a/pom.xml b/pom.xml
index 8795bf8..e029cd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -251,6 +251,7 @@
         <springws.version>3.0.3.RELEASE</springws.version>
         <exam.version>4.12.0</exam.version>
         <slf4j.version>1.7.30</slf4j.version>
+        <jetty.version>9.4.35.v20201120</jetty.version>
         
         <skipDeploy>false</skipDeploy>
     </properties>
@@ -520,12 +521,12 @@
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-server</artifactId>
-                <version>9.4.12.v20180830</version>
+                <version>${jetty.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-webapp</artifactId>
-                <version>9.4.12.v20180830</version>
+                <version>${jetty.version}</version>
             </dependency>
         </dependencies>
     </dependencyManagement>