This is an automated email from the ASF dual-hosted git repository.
symat pushed a commit to branch branch-3.6
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.6 by this push:
new cbfb839 ZOOKEEPER-3761: Upgrade JLine version to 2.14.6
cbfb839 is described below
commit cbfb83913bd6911f80821f680accbcfb47cdb90c
Author: asutosh936 <asutosh.pandya@hotmail.com>
AuthorDate: Tue May 12 09:39:58 2020 +0000
ZOOKEEPER-3761: Upgrade JLine version to 2.14.6
Author: asutosh936 <asutosh.pandya@hotmail.com>
Reviewers: Enrico Olivelli <eolivelli@apache.org>, Mate Szalay-Beko <symat@apache.org>
Closes #1292 from asutosh936/ZOOKEEPER-3761
(cherry picked from commit c56506162bfde339e801743396361862cc8c5b41)
Signed-off-by: Mate Szalay-Beko <symat@apache.org>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c03f2a8..023ee8d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -358,7 +358,7 @@
<jetty.version>9.4.24.v20191120</jetty.version>
<jackson.version>2.10.3</jackson.version>
<json.version>1.1.1</json.version>
- <jline.version>2.11</jline.version>
+ <jline.version>2.14.6</jline.version>
<snappy.version>1.1.7</snappy.version>
<kerby.version>2.0.0</kerby.version>
<bouncycastle.version>1.60</bouncycastle.version>
|