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 e40b90c Use http base 4.1.6
e40b90c is described below
commit e40b90c486409a515210436023d36f8b6f023b38
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Dec 10 07:47:48 2021 +0100
Use http base 4.1.6
---
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 8ed69ac..e1e9eda 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -141,7 +141,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.base</artifactId>
- <version>4.1.5-SNAPSHOT</version>
+ <version>4.1.6</version>
</dependency>
</dependencies>
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 207d5a0..26e0dda 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -398,7 +398,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.base</artifactId>
- <version>4.1.5-SNAPSHOT</version>
+ <version>4.1.6</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>