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

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

commit 012e6060304f24b066197be0ba1a2563e1255cca
Author: Paul Rütter <[email protected]>
AuthorDate: Wed Jan 21 16:24:31 2026 +0100

    FELIX-6816 Update to Jetty 12.0.31
    - update to 12.0.31
---
 http/base/pom.xml                                                       | 2 +-
 http/jetty12/pom.xml                                                    | 2 +-
 .../java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java   | 2 +-
 http/samples/whiteboard/pom.xml                                         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/http/base/pom.xml b/http/base/pom.xml
index c8ae402dc4..a307d19ae6 100644
--- a/http/base/pom.xml
+++ b/http/base/pom.xml
@@ -161,7 +161,7 @@
         <dependency>
             <groupId>org.eclipse.jetty.ee10.websocket</groupId>
             <artifactId>jetty-ee10-websocket-jetty-server</artifactId>
-            <version>12.0.30</version>
+            <version>12.0.31</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index 7ad49a2a3c..dc91a86222 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.30</jetty.version>
+        <jetty.version>12.0.31</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 2fa91d6e4e..53261e8305 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.30";
+    protected static final String JETTY_VERSION = "12.0.31";
 
     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 37972ddd18..0e0bc527b0 100644
--- a/http/samples/whiteboard/pom.xml
+++ b/http/samples/whiteboard/pom.xml
@@ -39,7 +39,7 @@
     </scm>
 
     <properties>
-        <jetty.version>12.0.30</jetty.version>
+        <jetty.version>12.0.31</jetty.version>
     </properties>
 
     <build>

Reply via email to