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 865dcc1d9b FELIX-6709 : Update to Jetty 11.0.21
865dcc1d9b is described below
commit 865dcc1d9b68c073a9021fe876fdbcfee9c2a1a7
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Jun 5 08:14:46 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 c9fca49f1c..1d29756a7d 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.11</jetty.version>
+ <jetty.version>11.0.21</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 -->