diff --git a/http/base/pom.xml b/http/base/pom.xml
index 53ac6be716..152ddfcca1 100644
--- a/http/base/pom.xml
+++ b/http/base/pom.xml
@@ -155,7 +155,7 @@
org.eclipse.jetty.ee11.websocket
jetty-ee11-websocket-jetty-server
- 12.1.10
+ 12.1.11
test
diff --git a/http/jetty12/CHANGELOG.MD b/http/jetty12/CHANGELOG.MD
index 1417d3f994..866f584727 100644
--- a/http/jetty12/CHANGELOG.MD
+++ b/http/jetty12/CHANGELOG.MD
@@ -10,6 +10,7 @@ All notable changes to the `org.apache.felix.http.jetty12` bundle are documented
### Changed
+- Updated embedded Jetty to **12.1.11** (was 12.1.10). ([FELIX-6848](https://issues.apache.org/jira/browse/FELIX-6848))
- Updated embedded Jetty to **12.1.10** (was 12.1.9). ([FELIX-6834](https://issues.apache.org/jira/browse/FELIX-6834))
- Migrated from the deprecated `org.eclipse.jetty.server.handler.gzip.GzipHandler` to `CompressionHandler` + `GzipCompression` + `CompressionConfig` (Jetty 12.1 compression API). All include/exclude lists (methods, paths, mime types), min compress size, and sync flush are preserved. ([FELIX-6832](https://issues.apache.org/jira/browse/FELIX-6832))
- Replaced deprecated `VirtualThreadPool.setMaxThreads` / `getMaxThreads` with `setMaxConcurrentTasks` / `getMaxConcurrentTasks`. ([FELIX-6832](https://issues.apache.org/jira/browse/FELIX-6832))
diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index 7e9a0c27d0..d1d5fd0813 100644
--- a/http/jetty12/pom.xml
+++ b/http/jetty12/pom.xml
@@ -42,7 +42,7 @@
17
- 12.1.10
+ 12.1.11
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 81dc088ff7..dcbcf0480e 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.1.10";
+ protected static final String JETTY_VERSION = "12.1.11";
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 ae851567a7..7133492176 100644
--- a/http/samples/whiteboard/pom.xml
+++ b/http/samples/whiteboard/pom.xml
@@ -39,7 +39,7 @@
- 12.1.10
+ 12.1.11