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/05/06 12:54:32 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6265] Upgrade to jline 3.11.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 f6fe954  [KARAF-6265] Upgrade to jline 3.11.0
f6fe954 is described below

commit f6fe95436f7778b48ba21d485ebe2071be7ef7dd
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon May 6 09:51:41 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 86669f1..329176b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -269,7 +269,7 @@
         <jansi.version>1.17.1</jansi.version>
         <javassist.version>3.9.0.GA</javassist.version>
         <jetty.version>9.4.12.v20180830</jetty.version>
-        <jline.version>3.10.0</jline.version>
+        <jline.version>3.11.0</jline.version>
         <junit.version>4.12</junit.version>
         <jsw.version>3.2.3</jsw.version>
         <log4j.version>1.2.17</log4j.version>