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 2019/08/11 06:07:09 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6372] Upgrade to jline 3.12.1

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 ab36c9d  [KARAF-6372] Upgrade to jline 3.12.1
ab36c9d is described below

commit ab36c9dd14e061253bf988df0f3e3b6c30022b4d
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jul 30 07:37:56 2019 +0200

    [KARAF-6372] Upgrade to jline 3.12.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e8be1bc..4b2fce3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,7 +268,7 @@
         <jansi.version>1.18</jansi.version>
         <javassist.version>3.9.0.GA</javassist.version>
         <jetty.version>9.4.18.v20190429</jetty.version>
-        <jline.version>3.11.0</jline.version>
+        <jline.version>3.12.1</jline.version>
         <junit.version>4.12</junit.version>
         <jsw.version>3.2.3</jsw.version>
         <log4j.version>1.2.17</log4j.version>