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 94f6a67482 FELIX-6691 : Update to Jetty 12.0.6
94f6a67482 is described below
commit 94f6a674829bdd94ad46604690c2d8a485d8ec77
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Feb 28 07:36:55 2024 +0100
FELIX-6691 : Update to Jetty 12.0.6
---
http/jetty12/pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index 8432bc0fce..3adb09a0d4 100644
--- a/http/jetty12/pom.xml
+++ b/http/jetty12/pom.xml
@@ -37,12 +37,11 @@
<connection>scm:git:https://github.com/apache/felix-dev.git</connection>
<developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
- <tag>org.apache.felix.http.jetty12-1.0.2</tag>
</scm>
<properties>
<felix.java.version>17</felix.java.version>
- <jetty.version>12.0.5</jetty.version>
+ <jetty.version>12.0.6</jetty.version>
<baseline.skip>true</baseline.skip>
</properties>