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/20 05:05:44 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6819] Upgrade to jline 3.16.0

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 a76024b  [KARAF-6819] Upgrade to jline 3.16.0
a76024b is described below

commit a76024be7551c49df4f489ac9034b51f08d0a562
Author: jbonofre <jb...@apache.org>
AuthorDate: Wed Aug 19 17:58:36 2020 +0200

    [KARAF-6819] Upgrade to jline 3.16.0
    
    (cherry picked from commit 5f45890e538d653bb17056d0b2abb368964e06eb)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b46ca6b..f48d1a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,7 +265,7 @@
         <jansi.version>1.18</jansi.version>
         <javassist.version>3.9.0.GA</javassist.version>
         <jetty.version>9.4.30.v20200611</jetty.version>
-        <jline.version>3.14.1</jline.version>
+        <jline.version>3.16.0</jline.version>
         <junit.version>4.13</junit.version>
         <jsw.version>3.2.3</jsw.version>
         <log4j.version>1.2.17</log4j.version>