From 117eab38f75c1c6d388821e57db24eb3517fde8c Mon Sep 17 00:00:00 2001 From: Bian Jiaping Date: Thu, 13 Jul 2017 18:00:57 +0800 Subject: [PATCH] Update jline to 2.14.5 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 082457a..f11e546 100644 --- a/build.gradle +++ b/build.gradle @@ -196,7 +196,7 @@ dependencies { compile "com.googlecode.totallylazy:totallylazy:2.249" compile "com.googlecode.utterlyidle:utterlyidle:2.108" compile "com.googlecode.yadic:yadic:2.48" - compile "jline:jline:2.14.2" + compile "jline:jline:2.14.5" testCompile "org.hamcrest:hamcrest-core:1.3" testCompile "org.hamcrest:hamcrest-library:1.3"