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/08/14 05:29:02 UTC

[karaf] branch master updated: [KARAF-6802] Upgrade to Felix HTTP Jetty 4.0.20

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new bbe0e40  [KARAF-6802] Upgrade to Felix HTTP Jetty 4.0.20
     new a9d21fa  Merge pull request #1145 from jbonofre/KARAF-6802
bbe0e40 is described below

commit bbe0e4016baf717ee4776c3c6dce85ddef26190a
Author: jbonofre <jb...@apache.org>
AuthorDate: Thu Aug 13 19:05:16 2020 +0200

    [KARAF-6802] Upgrade to Felix HTTP Jetty 4.0.20
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4dbb57c..5a05c80 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.18</felix.http.version>
+        <felix.http.version>4.0.20</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>