This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new a4523dfe30 FELIX-6722 Upgrade jetty 12.0.12 / 11.0.23 (#330)
a4523dfe30 is described below

commit a4523dfe300080f8d82be067e21a4b4ade21d4c5
Author: Paul <[email protected]>
AuthorDate: Tue Sep 3 15:36:40 2024 +0200

    FELIX-6722 Upgrade jetty 12.0.12 / 11.0.23 (#330)
    
    * Update pom.xml
    
    Upgrade jetty
    
    * Update AbstractJettyTestSupport.java
    
    * Update pom.xml
    
    * FELIX-6722
    - Upgrade to 11.0.23
---
 http/jetty/pom.xml                                                      | 2 +-
 .../java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java   | 2 +-
 http/jetty12/pom.xml                                                    | 2 +-
 .../java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java   | 2 +-
 http/samples/whiteboard/pom.xml                                         | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index d90e078884..33c8b9fcb0 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -42,7 +42,7 @@
 
     <properties>
         <felix.java.version>11</felix.java.version>
-        <jetty.version>11.0.22</jetty.version>
+        <jetty.version>11.0.23</jetty.version>
         <baseline.skip>true</baseline.skip>
         <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
         <!-- To debug the pax process, override this with -D -->
diff --git 
a/http/jetty/src/test/java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java
 
b/http/jetty/src/test/java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java
index 72f43a91a6..2c3ae452dc 100644
--- 
a/http/jetty/src/test/java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java
+++ 
b/http/jetty/src/test/java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java
@@ -45,7 +45,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 public abstract class AbstractJettyTestSupport {
-    protected static final String JETTY_VERSION = "11.0.22";
+    protected static final String JETTY_VERSION = "11.0.23";
 
     protected final Logger logger = LoggerFactory.getLogger(getClass());
 
diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index 1541688bf2..fda0f926bf 100644
--- a/http/jetty12/pom.xml
+++ b/http/jetty12/pom.xml
@@ -42,7 +42,7 @@
 
     <properties>
         <felix.java.version>17</felix.java.version>
-        <jetty.version>12.0.11</jetty.version>
+        <jetty.version>12.0.12</jetty.version>
         <baseline.skip>true</baseline.skip>
         <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
         <!-- To debug the pax process, override this with -D -->
diff --git 
a/http/jetty12/src/test/java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java
 
b/http/jetty12/src/test/java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java
index 52687c223b..028d7caeea 100644
--- 
a/http/jetty12/src/test/java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java
+++ 
b/http/jetty12/src/test/java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java
@@ -45,7 +45,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 public abstract class AbstractJettyTestSupport {
-    protected static final String JETTY_VERSION = "12.0.11";
+    protected static final String JETTY_VERSION = "12.0.12";
 
     protected final Logger logger = LoggerFactory.getLogger(getClass());
 
diff --git a/http/samples/whiteboard/pom.xml b/http/samples/whiteboard/pom.xml
index 97ab22c3ec..aa1fd8f3ee 100644
--- a/http/samples/whiteboard/pom.xml
+++ b/http/samples/whiteboard/pom.xml
@@ -39,7 +39,7 @@
     </scm>
 
     <properties>
-        <jetty.version>12.0.11</jetty.version>
+        <jetty.version>12.0.12</jetty.version>
     </properties>
 
     <build>

Reply via email to