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/10/12 12:48:40 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6876] Upgrade to Felix Http 4.1.2

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 e277879  [KARAF-6876] Upgrade to Felix Http 4.1.2
e277879 is described below

commit e277879c6d4f947d056b320c3f4b0d19c7850e93
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Oct 12 10:28:50 2020 +0200

    [KARAF-6876] Upgrade to Felix Http 4.1.2
    
    (cherry picked from commit f4a37de6071b877b415fac4b7de79c8980f24016)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 071259f..712c518 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,7 +198,7 @@
         <felix.gogo.runtime.version>1.1.2</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.0.20</felix.http.version>
+        <felix.http.version>4.1.2</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.4</felix.utils.version>