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/04/07 05:04:27 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6664] Upgrade to Felix HTTP Jetty 4.0.16

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 b229f7c  [KARAF-6664] Upgrade to Felix HTTP Jetty 4.0.16
b229f7c is described below

commit b229f7cd5fcf5d8b8b3b348f4bb32772db87c1f0
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Apr 6 10:29:40 2020 +0200

    [KARAF-6664] Upgrade to Felix HTTP Jetty 4.0.16
    
    (cherry picked from commit d742382ad8e4479b6fe82a9af115acc56acecd5a)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7e5a9f8..2f2f4f4 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.4</felix.gogo.jline.version>
         <felix.httplite.version>0.1.6</felix.httplite.version>
-        <felix.http.version>4.0.14</felix.http.version>
+        <felix.http.version>4.0.16</felix.http.version>
         <felix.inventory.version>1.0.6</felix.inventory.version>
         <felix.plugin.version>4.2.1</felix.plugin.version>
         <felix.utils.version>1.11.2</felix.utils.version>