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 2021/05/08 04:04:48 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-7141] Upgrade to Felix Http Jetty 4.1.8

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 250ed28  [KARAF-7141] Upgrade to Felix Http Jetty 4.1.8
250ed28 is described below

commit 250ed28065516a642172401c7ec97e4a91e100da
Author: jbonofre <jb...@apache.org>
AuthorDate: Fri May 7 18:33:22 2021 +0200

    [KARAF-7141] Upgrade to Felix Http Jetty 4.1.8
    
    (cherry picked from commit 64a31f0a17c0bb2073620eec4a23a5a72d5fafdd)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index da3cb4e..895b9f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -221,7 +221,7 @@
         <felix.gogo.runtime.version>1.1.4</felix.gogo.runtime.version>
         <felix.gogo.jline.version>1.1.8</felix.gogo.jline.version>
         <felix.httplite.version>0.1.6</felix.httplite.version>
-        <felix.http.version>4.1.6</felix.http.version>
+        <felix.http.version>4.1.8</felix.http.version>
         <felix.inventory.version>1.0.6</felix.inventory.version>
         <felix.plugin.version>5.1.2</felix.plugin.version>
         <felix.utils.version>1.11.8</felix.utils.version>