This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new a464f8c236 FELIX-6690 : Update to Jetty 11.0.20
a464f8c236 is described below
commit a464f8c236b0419be916271357e588dd18f932be
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Feb 28 07:26:57 2024 +0100
FELIX-6690 : Update to Jetty 11.0.20
---
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 933869a09e..024ec931c0 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -42,7 +42,7 @@
<properties>
<felix.java.version>11</felix.java.version>
- <jetty.version>11.0.19</jetty.version>
+ <jetty.version>11.0.20</jetty.version>
<baseline.skip>true</baseline.skip>
</properties>