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 2022/06/23 21:34:46 UTC

[ws-axiom] branch master updated: Upgrade to Jetty 10

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 fb8b194db Upgrade to Jetty 10
fb8b194db is described below

commit fb8b194db63521e13b422d2141cb43e64046bd1b
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Thu Jun 23 21:33:58 2022 +0000

    Upgrade to Jetty 10
    
    It's only used in tests, so there are no compatibility concerns here.
---
 .github/dependabot.yml | 4 ++--
 .gitpod.yml            | 2 ++
 pom.xml                | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6b9d662db..1ad9c8f70 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -37,8 +37,8 @@ updates:
       - dependency-name: "net.sf.saxon:Saxon-HE"
         versions: ">= 10.0"
       - dependency-name: "org.eclipse.jetty:jetty-server"
-        versions: ">= 10.0"
+        versions: ">= 11.0"
       - dependency-name: "org.eclipse.jetty:jetty-webapp"
-        versions: ">= 10.0"
+        versions: ">= 11.0"
       - dependency-name: "org.glassfish.jaxb:jaxb-runtime"
         versions: ">= 3.0"
diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 000000000..5cca4047b
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,2 @@
+tasks:
+  - init: mvn install -DskipTests=false
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 59259422c..52672ef71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,7 +258,7 @@
         <springws.version>3.1.3</springws.version>
         <exam.version>4.13.5</exam.version>
         <slf4j.version>1.7.36</slf4j.version>
-        <jetty.version>9.4.46.v20220331</jetty.version>
+        <jetty.version>10.0.11</jetty.version>
         <log4j.version>2.17.2</log4j.version>
         <groovy.version>4.0.3</groovy.version>
         <jaxbri.version>2.3.6</jaxbri.version>