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 d958adfa28 FELIX-6728 Update to Jetty 12.0.14 (#335)
d958adfa28 is described below
commit d958adfa288002471cba3bfa181c895e3fd5190c
Author: Paul <[email protected]>
AuthorDate: Mon Oct 14 09:14:17 2024 +0200
FELIX-6728 Update to Jetty 12.0.14 (#335)
- upgrade to 12.0.14
---
http/jetty12/pom.xml | 2 +-
.../java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java | 2 +-
http/samples/whiteboard/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index 9fb972a168..aa4619ca6c 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.13</jetty.version>
+ <jetty.version>12.0.14</jetty.version>
<baseline.skip>true</baseline.skip>
<org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
<!-- To debug the pax process, override this with -D -->
diff --git
a/http/jetty12/src/test/java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java
b/http/jetty12/src/test/java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java
index 51d7792f08..a57fc2aaf4 100644
---
a/http/jetty12/src/test/java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java
+++
b/http/jetty12/src/test/java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java
@@ -45,7 +45,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public abstract class AbstractJettyTestSupport {
- protected static final String JETTY_VERSION = "12.0.13";
+ protected static final String JETTY_VERSION = "12.0.14";
protected final Logger logger = LoggerFactory.getLogger(getClass());
diff --git a/http/samples/whiteboard/pom.xml b/http/samples/whiteboard/pom.xml
index 2b4b761841..d3bb12a093 100644
--- a/http/samples/whiteboard/pom.xml
+++ b/http/samples/whiteboard/pom.xml
@@ -39,7 +39,7 @@
</scm>
<properties>
- <jetty.version>12.0.13</jetty.version>
+ <jetty.version>12.0.14</jetty.version>
</properties>
<build>