diff --git a/http/base/pom.xml b/http/base/pom.xml
index 70d1a71a23..3905ceff80 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.27
+ 12.0.29
test
diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index e98f1ae897..e59eddded4 100644
--- a/http/jetty12/pom.xml
+++ b/http/jetty12/pom.xml
@@ -42,7 +42,7 @@
17
- 12.0.27
+ 12.0.29
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 0f6ceaa571..2071307cc5 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.27";
+ protected static final String JETTY_VERSION = "12.0.29";
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 06664c3ad3..6e10f8e65c 100644
--- a/http/samples/whiteboard/pom.xml
+++ b/http/samples/whiteboard/pom.xml
@@ -39,7 +39,7 @@
- 12.0.27
+ 12.0.29