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 08:32:41 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6805] Upgrade to Jetty 9.4.30.v20200611

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 56a999e  [KARAF-6805] Upgrade to Jetty 9.4.30.v20200611
56a999e is described below

commit 56a999e1d22b2935c33ced4ae25288cc1312a5f8
Author: jbonofre <jb...@apache.org>
AuthorDate: Fri Aug 14 07:17:54 2020 +0200

    [KARAF-6805] Upgrade to Jetty 9.4.30.v20200611
    
    (cherry picked from commit 29c6caf70de64c41c1b91fee783b4942f448c937)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 30c7dfeb..1de68cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,7 +264,7 @@
         <httpclient.version>4.5.6</httpclient.version>
         <jansi.version>1.18</jansi.version>
         <javassist.version>3.9.0.GA</javassist.version>
-        <jetty.version>9.4.28.v20200408</jetty.version>
+        <jetty.version>9.4.30.v20200611</jetty.version>
         <jline.version>3.14.1</jline.version>
         <junit.version>4.13</junit.version>
         <jsw.version>3.2.3</jsw.version>