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

[karaf] branch master 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 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 29c6caf  [KARAF-6805] Upgrade to Jetty 9.4.30.v20200611
     new 3f0ae38  Merge pull request #1147 from jbonofre/KARAF-6805
29c6caf is described below

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

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

diff --git a/pom.xml b/pom.xml
index 461a1ed..c4deb7f 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>