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 54b5fa6485 FELIX-6657 : Update to Jetty 11.0.16
54b5fa6485 is described below
commit 54b5fa6485dae621ed7f5267fd522ca0e8f7dabb
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Sep 27 15:28:13 2023 +0200
FELIX-6657 : Update to Jetty 11.0.16
---
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 f8807f4026..32f22826fd 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.15</jetty.version>
+ <jetty.version>11.0.16</jetty.version>
<baseline.skip>true</baseline.skip>
</properties>