This is an automated email from the ASF dual-hosted git repository.
paulrutter 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 783f409185 FELIX-6779 Update to Jetty 12.0.21 - Update to 12.0.21
783f409185 is described below
commit 783f4091857d2386d34d3f6074b2af98e58a82e8
Author: Paul Rütter <[email protected]>
AuthorDate: Tue May 13 09:44:09 2025 +0200
FELIX-6779 Update to Jetty 12.0.21
- Update to 12.0.21
---
http/base/pom.xml | 2 +-
http/jetty12/pom.xml | 2 +-
.../java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java | 2 +-
http/samples/whiteboard/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/http/base/pom.xml b/http/base/pom.xml
index c4e9706856..db521cf823 100644
--- a/http/base/pom.xml
+++ b/http/base/pom.xml
@@ -160,7 +160,7 @@
<dependency>
<groupId>org.eclipse.jetty.ee10.websocket</groupId>
<artifactId>jetty-ee10-websocket-jetty-server</artifactId>
- <version>12.0.16</version>
+ <version>12.0.21</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index 480df5d0fe..678b594ca1 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.20</jetty.version>
+ <jetty.version>12.0.21</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 37b091daf1..f9011e7124 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
@@ -43,7 +43,7 @@ import org.ops4j.pax.exam.options.extra.VMOption;
import org.ops4j.pax.exam.util.PathUtils;
public abstract class AbstractJettyTestSupport {
- protected static final String JETTY_VERSION = "12.0.20";
+ protected static final String JETTY_VERSION = "12.0.21";
private final String workingDirectory =
String.format("%s/target/paxexam/%s/%s", PathUtils.getBaseDir(),
getClass().getSimpleName(), UUID.randomUUID());
diff --git a/http/samples/whiteboard/pom.xml b/http/samples/whiteboard/pom.xml
index e2c9931adf..e0a189c66d 100644
--- a/http/samples/whiteboard/pom.xml
+++ b/http/samples/whiteboard/pom.xml
@@ -39,7 +39,7 @@
</scm>
<properties>
- <jetty.version>12.0.20</jetty.version>
+ <jetty.version>12.0.21</jetty.version>
</properties>
<build>