This is an automated email from the ASF dual-hosted git repository.
symat pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.5 by this push:
new e1bdc5e ZOOKEEPER-3761: Upgrade JLine version to 2.14.6
e1bdc5e is described below
commit e1bdc5ed468ec51f2befc806b3f2e370a0602a4c
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 fd74ce9..bf5485a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -301,7 +301,7 @@
<netty.version>4.1.48.Final</netty.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>
|