From 2cec0960d92a9c029241c1d09dbfd5f1bad48f9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20R=C3=BCtter?= Date: Fri, 1 Nov 2024 13:17:27 +0100 Subject: [PATCH] FELIX-6734 Update to Jetty 12.0.15 - Update to 12.0.15 --- http/jetty12/pom.xml | 2 +- .../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 aa4619ca6c..ff5eefc3a0 100644 --- a/http/jetty12/pom.xml +++ b/http/jetty12/pom.xml @@ -42,7 +42,7 @@ 17 - 12.0.14 + 12.0.15 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 a57fc2aaf4..edd8ca480f 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 @@ -45,7 +45,7 @@ import org.slf4j.LoggerFactory; public abstract class AbstractJettyTestSupport { - protected static final String JETTY_VERSION = "12.0.14"; + protected static final String JETTY_VERSION = "12.0.15"; protected final Logger logger = LoggerFactory.getLogger(getClass()); diff --git a/http/samples/whiteboard/pom.xml b/http/samples/whiteboard/pom.xml index d3bb12a093..bbbcb96b31 100644 --- a/http/samples/whiteboard/pom.xml +++ b/http/samples/whiteboard/pom.xml @@ -39,7 +39,7 @@ - 12.0.14 + 12.0.15