This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch http-4.x
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/http-4.x by this push:
new e3b8f498ac FELIX-6689 : Update to Jetty 9.4.54.v20240208
e3b8f498ac is described below
commit e3b8f498ac48329f0ab062fa23d8fd6d5683956b
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Feb 28 07:44:58 2024 +0100
FELIX-6689 : Update to Jetty 9.4.54.v20240208
---
http/jetty/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 16287d7ca6..171f29c92d 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -42,7 +42,7 @@
<properties>
<felix.java.version>8</felix.java.version>
- <jetty.version>9.4.53.v20231009</jetty.version>
+ <jetty.version>9.4.54.v20240208</jetty.version>
</properties>
<build>