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

paulrutter pushed a commit to branch maintenance/FELIX-6775-Jetty-12.0.20
in repository https://gitbox.apache.org/repos/asf/felix-dev.git

commit 2edd19268e6b53cc221734513f8d715ddbd98e92
Author: Paul Rütter <[email protected]>
AuthorDate: Wed May 7 14:50:44 2025 +0200

    FELIX-6775 Update to Jetty 12.0.20
    - Update to Jetty 12.0.20
---
 http/jetty12/pom.xml                                                    | 2 +-
 .../java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java   | 2 +-
 http/samples/whiteboard/pom.xml                                         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index ce1164af85..480df5d0fe 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.19</jetty.version>
+        <jetty.version>12.0.20</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 64ec919015..37b091daf1 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
@@ -43,7 +43,7 @@ import org.ops4j.pax.exam.options.extra.VMOption;
 import org.ops4j.pax.exam.util.PathUtils;
 
 public abstract class AbstractJettyTestSupport {
-    protected static final String JETTY_VERSION = "12.0.19";
+    protected static final String JETTY_VERSION = "12.0.20";
 
     private final String workingDirectory = 
String.format("%s/target/paxexam/%s/%s", PathUtils.getBaseDir(), 
getClass().getSimpleName(), UUID.randomUUID());
 
diff --git a/http/samples/whiteboard/pom.xml b/http/samples/whiteboard/pom.xml
index b6446c1201..e2c9931adf 100644
--- a/http/samples/whiteboard/pom.xml
+++ b/http/samples/whiteboard/pom.xml
@@ -39,7 +39,7 @@
     </scm>
 
     <properties>
-        <jetty.version>12.0.19</jetty.version>
+        <jetty.version>12.0.20</jetty.version>
     </properties>
 
     <build>

Reply via email to