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 2019/10/23 15:18:36 UTC

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

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 e6d7de8  [KARAF-6466] Upgrade to Felix HTTP Jetty 4.0.14
e6d7de8 is described below

commit e6d7de8969428a913fd8d7f2b7fdc9eed42f768b
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Oct 18 15:10:40 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 0d800fd..5c58ab7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,7 +196,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.10</felix.http.version>
+        <felix.http.version>4.0.14</felix.http.version>
         <felix.inventory.version>1.0.4</felix.inventory.version>
         <felix.plugin.version>4.2.1</felix.plugin.version>
         <felix.utils.version>1.11.2</felix.utils.version>