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/03/13 06:14:23 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6196] Upgrade to jline 3.10.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 042ad77  [KARAF-6196] Upgrade to jline 3.10.0
042ad77 is described below

commit 042ad776b0a65755e82984a9de59d45ccc2469b1
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Mar 12 17:50:14 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 6bfd459..5f6bc24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,7 +268,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.9.0</jline.version>
+        <jline.version>3.10.0</jline.version>
         <junit.version>4.12</junit.version>
         <jsw.version>3.2.3</jsw.version>
         <log4j.version>1.2.17</log4j.version>