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 4ff2c74401 FELIX-6733: Update to Jetty 9.4.56.v20240826 (#342)
4ff2c74401 is described below
commit 4ff2c744019b8b65358a715527a676d1213eec07
Author: Reto <[email protected]>
AuthorDate: Tue Nov 12 07:24:55 2024 +0100
FELIX-6733: Update to Jetty 9.4.56.v20240826 (#342)
---
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 bba655c8a5..0f0234ffe1 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.54.v20240208</jetty.version>
+ <jetty.version>9.4.56.v20240826</jetty.version>
</properties>
<build>