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 634425a1e4 FELIX-6665 : Update to Jetty 11.0.18
634425a1e4 is described below
commit 634425a1e47df908d69b4242282b7a4e337e2812
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Tue Oct 31 11:12:50 2023 +0100
FELIX-6665 : Update to Jetty 11.0.18
---
http/jetty/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index c1dfbade80..8814ff311f 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -42,7 +42,8 @@
<properties>
<felix.java.version>11</felix.java.version>
- <jetty.version>11.0.16</jetty.version>
+ <jetty.version>11.0.18</jetty.version>
+ <baseline.skip>true</baseline.skip>
</properties>
<build>