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 98760fd4d1 Use released http base 4.2.10
98760fd4d1 is described below
commit 98760fd4d1f46252e688d0748f7715837ea8ee2b
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Aug 16 12:01:49 2023 +0200
Use released http base 4.2.10
---
http/bridge/pom.xml | 2 +-
http/jetty/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index 26a868540c..81544ab8ba 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -143,7 +143,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.base</artifactId>
- <version>4.2.9-SNAPSHOT</version>
+ <version>4.2.10</version>
</dependency>
</dependencies>
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 4cc4cf3ef2..36275caae6 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.9-SNAPSHOT</version>
+ <version>4.2.10</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>