You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2018/04/06 09:52:55 UTC

groovy git commit: Bump jansi to 1.17

Repository: groovy
Updated Branches:
  refs/heads/master f02e72ca8 -> ab4583d66


Bump jansi to 1.17


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

Branch: refs/heads/master
Commit: ab4583d660973e414d102d5779d0266a443a3f3f
Parents: f02e72c
Author: danielsun1106 <re...@hotmail.com>
Authored: Fri Apr 6 17:52:48 2018 +0800
Committer: danielsun1106 <re...@hotmail.com>
Committed: Fri Apr 6 17:52:48 2018 +0800

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/ab4583d6/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 387526f..719eaad 100644
--- a/build.gradle
+++ b/build.gradle
@@ -153,7 +153,7 @@ ext {
     eclipseOsgiVersion = '3.9.1-v20140110-1610'
     gparsVersion = '1.2.1'
     ivyVersion = '2.4.0'
-    jansiVersion = '1.13'
+    jansiVersion = '1.17'
     jarjarVersion = '1.6.5'
     jlineVersion = '2.14.5'
     jmockVersion = '1.2.0'