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 17ceea935d FELIX-6683 : Update to Jetty 11.0.19
17ceea935d is described below
commit 17ceea935d7fe5c2d132c6f8da1b22bc214884f8
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Sat Jan 20 15:59:10 2024 +0100
FELIX-6683 : Update to Jetty 11.0.19
---
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 b95c3d70a0..934ed9b435 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.18</jetty.version>
+ <jetty.version>11.0.19</jetty.version>
<baseline.skip>true</baseline.skip>
</properties>