diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml index d90e078884..33c8b9fcb0 100644 --- a/http/jetty/pom.xml +++ b/http/jetty/pom.xml @@ -42,7 +42,7 @@ 11 - 11.0.22 + 11.0.23 true 4.13.3 diff --git a/http/jetty/src/test/java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java b/http/jetty/src/test/java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java index 72f43a91a6..2c3ae452dc 100644 --- a/http/jetty/src/test/java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java +++ b/http/jetty/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 = "11.0.22"; + protected static final String JETTY_VERSION = "11.0.23"; protected final Logger logger = LoggerFactory.getLogger(getClass());