From 452dbec3b0f5b4a139dc52efa644270e83c7d610 Mon Sep 17 00:00:00 2001 From: Stevon Shaw Date: Mon, 27 Apr 2026 16:54:37 -0700 Subject: [PATCH] FELIX-6826 Update to Jetty 12.0.34 - 12.0.34 --- http/base/pom.xml | 2 +- http/jetty12/pom.xml | 2 +- .../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 f1c1b53ff6..53a6be2fdd 100644 --- a/http/base/pom.xml +++ b/http/base/pom.xml @@ -161,7 +161,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jetty-server - 12.0.32 + 12.0.34 test diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml index 3ee65d767e..9a71764ff0 100644 --- a/http/jetty12/pom.xml +++ b/http/jetty12/pom.xml @@ -42,7 +42,7 @@ 17 - 12.0.32 + 12.0.34 true 4.13.3 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 f03f139735..d868ef12e3 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.util.PathUtils; public abstract class AbstractJettyTestSupport { - protected static final String JETTY_VERSION = "12.0.32"; + protected static final String JETTY_VERSION = "12.0.34"; 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 65bcb48815..1d7096f85f 100644 --- a/http/samples/whiteboard/pom.xml +++ b/http/samples/whiteboard/pom.xml @@ -39,7 +39,7 @@ - 12.0.32 + 12.0.34