This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/master by this push:
new 5b944e6 [KARAF-6973] Upgrade to Felix Http 4.1.4
new 8750a66 Merge pull request #1279 from jbonofre/KARAF-6973
5b944e6 is described below
commit 5b944e6d3051ca3232868b7832d0a3e65421deb9
Author: jbonofre <[email protected]>
AuthorDate: Sun Dec 20 06:41:41 2020 +0100
[KARAF-6973] Upgrade to Felix Http 4.1.4
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 40e1ba8..53f5c49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@
<felix.gogo.runtime.version>1.1.4</felix.gogo.runtime.version>
<felix.gogo.jline.version>1.1.6</felix.gogo.jline.version>
<felix.httplite.version>0.1.6</felix.httplite.version>
- <felix.http.version>4.1.2</felix.http.version>
+ <felix.http.version>4.1.4</felix.http.version>
<felix.inventory.version>1.0.6</felix.inventory.version>
<felix.maven-bundle-plugin.version>5.1.1</felix.maven-bundle-plugin.version>
<felix.utils.version>1.11.6</felix.utils.version>