diff --git a/dependencies.md b/dependencies.md
index 622214a..13b31cc 100644
--- a/dependencies.md
+++ b/dependencies.md
@@ -32,8 +32,8 @@
| [Matcher for SQL Result Sets][30] | [MIT License][31] |
| [Extension integration tests library][32] | [MIT License][33] |
| [embedded-kafka-schema-registry][34] | [MIT][25] |
-| [Core :: HTTP][35] | [Eclipse Public License - Version 2.0][36]; [Apache Software License - Version 2.0][1] |
-| [Core :: Server][37] | [Eclipse Public License - Version 2.0][36]; [Apache Software License - Version 2.0][1] |
+| [Jetty :: Http Utility][35] | [Eclipse Public License - Version 2.0][36]; [Apache Software License - Version 2.0][1] |
+| [Jetty :: Server Core][37] | [Eclipse Public License - Version 2.0][36]; [Apache Software License - Version 2.0][1] |
| [kafka-streams-avro-serde][38] | [Apache License 2.0][11] |
| [avro4s-core][39] | [MIT][25] |
| [Testcontainers :: Kafka][40] | [MIT][41] |
@@ -118,9 +118,9 @@
[32]: https://github.com/exasol/extension-manager/
[33]: https://github.com/exasol/extension-manager/blob/main/LICENSE
[34]: https://github.com/embeddedkafka/embedded-kafka-schema-registry
-[35]: https://jetty.org/jetty-core/jetty-http
+[35]: https://jetty.org/jetty-http
[36]: https://www.eclipse.org/legal/epl-2.0/
-[37]: https://jetty.org/jetty-core/jetty-server
+[37]: https://jetty.org/jetty-server
[38]: http://confluent.io/kafka-streams-avro-serde
[39]: https://github.com/sksamuel/avro4s
[40]: https://java.testcontainers.org
diff --git a/doc/changes/changes_1.7.8.md b/doc/changes/changes_1.7.8.md
index 0b1c207..9e32528 100644
--- a/doc/changes/changes_1.7.8.md
+++ b/doc/changes/changes_1.7.8.md
@@ -28,8 +28,8 @@ Code name:
* Removed `org.apache.zookeeper:zookeeper:3.9.2`
* Removed `org.bitbucket.b_c:jose4j:0.9.6`
* Removed `org.eclipse.jetty.http2:http2-server:9.4.54.v20240208`
-* Added `org.eclipse.jetty:jetty-http:12.0.14`
-* Added `org.eclipse.jetty:jetty-server:12.0.14`
+* Added `org.eclipse.jetty:jetty-http:11.0.24`
+* Added `org.eclipse.jetty:jetty-server:11.0.24`
* Removed `org.json:json:20240303`
#### Plugin Dependency Updates
diff --git a/pom.xml b/pom.xml
index 0a1e47b..b26e704 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,13 +228,13 @@
org.eclipse.jetty
jetty-http
- 12.0.14
+ 11.0.24
test
org.eclipse.jetty
jetty-server
- 12.0.14
+ 11.0.24
test