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 8561e70d8a FELIX-6685 : Update to Jetty 12.0.5
8561e70d8a is described below
commit 8561e70d8a1f84a70a37cfdb61dd58583895108b
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Sat Jan 20 16:09:15 2024 +0100
FELIX-6685 : Update to Jetty 12.0.5
---
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 414aa0bc15..bff610fb04 100644
--- a/http/jetty12/pom.xml
+++ b/http/jetty12/pom.xml
@@ -42,7 +42,7 @@
<properties>
<felix.java.version>17</felix.java.version>
- <jetty.version>12.0.4</jetty.version>
+ <jetty.version>12.0.5</jetty.version>
<baseline.skip>true</baseline.skip>
</properties>