From 9bd79762a73d698b005dc8634d7980f089e907af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20R=C3=BCtter?= Date: Tue, 1 Jul 2025 10:37:44 +0200 Subject: [PATCH] FELIX-6790 Update to Jetty 12.0.23 - Upgrade to 12.0.23 --- 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 a1fd0259cc..895fe6340f 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.22 + 12.0.23 test diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml index aff259b401..f5b68975b4 100644 --- a/http/jetty12/pom.xml +++ b/http/jetty12/pom.xml @@ -42,7 +42,7 @@ 17 - 12.0.22 + 12.0.23 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 d42ef43d3e..3488b97dcb 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.22"; + protected static final String JETTY_VERSION = "12.0.23"; 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 ca772d81b5..730f82e185 100644 --- a/http/samples/whiteboard/pom.xml +++ b/http/samples/whiteboard/pom.xml @@ -39,7 +39,7 @@ - 12.0.22 + 12.0.23