You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2016/03/15 18:50:47 UTC

groovy git commit: GROOVY-7791: Update JLine to 2.14

Repository: groovy
Updated Branches:
  refs/heads/master 7e444a9ba -> 99dcfc57d


GROOVY-7791: Update JLine to 2.14


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/99dcfc57
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/99dcfc57
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/99dcfc57

Branch: refs/heads/master
Commit: 99dcfc57d63ad15ae6e0217ec38bfef8bbf6b799
Parents: 7e444a9
Author: pascalschumacher <pa...@gmx.net>
Authored: Tue Mar 15 18:50:30 2016 +0100
Committer: pascalschumacher <pa...@gmx.net>
Committed: Tue Mar 15 18:50:30 2016 +0100

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/99dcfc57/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 525ca89..9796213 100644
--- a/build.gradle
+++ b/build.gradle
@@ -140,7 +140,7 @@ ext {
     ivyVersion = '2.4.0'
     jansiVersion = '1.11'
     jarjarVersion = '1.3'
-    jlineVersion = '2.13'
+    jlineVersion = '2.14'
     jmockVersion = '1.2.0'
     logbackVersion = '1.1.5'
     log4jVersion = '1.2.17'