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 f520fb1f82 FELIX-6734 Update to Jetty 12.0.15 (#343)
f520fb1f82 is described below
commit f520fb1f82590396ad66ea977af4b757908df482
Author: Paul <[email protected]>
AuthorDate: Tue Nov 12 07:26:24 2024 +0100
FELIX-6734 Update to Jetty 12.0.15 (#343)
- Update to 12.0.15
---
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 aa4619ca6c..ff5eefc3a0 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.14</jetty.version>
+ <jetty.version>12.0.15</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 a57fc2aaf4..edd8ca480f 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.14";
+ protected static final String JETTY_VERSION = "12.0.15";
protected final Logger logger = LoggerFactory.getLogger(getClass());
diff --git a/http/samples/whiteboard/pom.xml b/http/samples/whiteboard/pom.xml
index d3bb12a093..bbbcb96b31 100644
--- a/http/samples/whiteboard/pom.xml
+++ b/http/samples/whiteboard/pom.xml
@@ -39,7 +39,7 @@
</scm>
<properties>
- <jetty.version>12.0.14</jetty.version>
+ <jetty.version>12.0.15</jetty.version>
</properties>
<build>