This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch http-4.x
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/http-4.x by this push:
new 307190234a Prepare release
307190234a is described below
commit 307190234ac2f521ddfe8454bde8ff00a9c2ddf6
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Mon Jan 22 06:39:58 2024 +0100
Prepare release
---
http/bridge/pom.xml | 2 +-
http/itest/pom.xml | 2 +-
http/jetty/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index 8b38a533e3..15d7046b25 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -145,7 +145,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.base</artifactId>
- <version>4.2.13-SNAPSHOT</version>
+ <version>4.2.14</version>
</dependency>
</dependencies>
diff --git a/http/itest/pom.xml b/http/itest/pom.xml
index 5be39c3570..7186ade202 100644
--- a/http/itest/pom.xml
+++ b/http/itest/pom.xml
@@ -35,7 +35,7 @@
<pax.exam.version>4.13.1</pax.exam.version>
<pax.url.aether.version>2.6.2</pax.url.aether.version>
<http.servlet.api.version>2.0.0</http.servlet.api.version>
- <http.jetty.version>4.2.23-SNAPSHOT</http.jetty.version>
+ <http.jetty.version>4.2.25-SNAPSHOT</http.jetty.version>
</properties>
<build>
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index b70f58812a..d8a6bf6790 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -401,7 +401,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.base</artifactId>
- <version>4.2.13-SNAPSHOT</version>
+ <version>4.2.14</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>