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