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 abe888d02c FELIX-6709 : Update to Jetty 11.0.21
abe888d02c is described below
commit abe888d02c5394a0be0042ad37a0c3000f1f576b
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Jun 5 08:09:04 2024 +0200
FELIX-6709 : Update to Jetty 11.0.21
---
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 9965f27e3a..c9fca49f1c 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.20</jetty.version>
+ <jetty.version>11.0.11</jetty.version>
<baseline.skip>true</baseline.skip>
<org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
<!-- To debug the pax process, override this with -D -->