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 e7fdbb7774 FELIX-6691 : Update to Jetty 12.0.8
e7fdbb7774 is described below
commit e7fdbb7774392b76bab23c44200fec654f565cf0
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Apr 18 14:25:14 2024 +0200
FELIX-6691 : Update to Jetty 12.0.8
---
http/jetty12/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index 02eeb1d911..c67de9645b 100644
--- a/http/jetty12/pom.xml
+++ b/http/jetty12/pom.xml
@@ -41,7 +41,7 @@
<properties>
<felix.java.version>17</felix.java.version>
- <jetty.version>12.0.6</jetty.version>
+ <jetty.version>12.0.8</jetty.version>
<baseline.skip>true</baseline.skip>
</properties>