You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/12/21 12:30:33 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6973] Upgrade to Felix Http 4.1.4

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 881db01  [KARAF-6973] Upgrade to Felix Http 4.1.4
881db01 is described below

commit 881db01e46be611030421c0ea15676a5c5009df5
Author: jbonofre <jb...@apache.org>
AuthorDate: Sun Dec 20 06:41:41 2020 +0100

    [KARAF-6973] Upgrade to Felix Http 4.1.4
    
    (cherry picked from commit 5b944e6d3051ca3232868b7832d0a3e65421deb9)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 79aaca7..8aee4d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,7 +199,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.plugin.version>5.1.1</felix.plugin.version>
         <felix.utils.version>1.11.6</felix.utils.version>