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:07 UTC

[karaf] branch main 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 main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 64a31f0  [KARAF-7141] Upgrade to Felix Http Jetty 4.1.8
     new f97fe7b  Merge pull request #1371 from jbonofre/KARAF-7141
64a31f0 is described below

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

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

diff --git a/pom.xml b/pom.xml
index 43c91d3..3d9b3b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,7 +216,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.maven-bundle-plugin.version>5.1.2</felix.maven-bundle-plugin.version>
         <felix.utils.version>1.11.8</felix.utils.version>