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

paulrutter pushed a commit to branch maintenance/FELIX-6797-jetty-1.0.25
in repository https://gitbox.apache.org/repos/asf/felix-dev.git

commit 2d5d03ad81471f844446f6bdd0f5c972b5bb153d
Author: Paul Rütter <[email protected]>
AuthorDate: Wed Aug 20 12:07:21 2025 +0200

    Update jetty 11.x to 11.0.26 as well
---
 http/jetty/pom.xml                                                      | 2 +-
 .../java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 6d9547b4e4..0d4e520e5b 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.25</jetty.version>
+        <jetty.version>11.0.26</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 8ee177e806..60f8665ac8 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
@@ -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 = "11.0.25";
+    protected static final String JETTY_VERSION = "11.0.26";
 
     private final String workingDirectory = 
String.format("%s/target/paxexam/%s/%s", PathUtils.getBaseDir(), 
getClass().getSimpleName(), UUID.randomUUID());
 

Reply via email to