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 2019/06/28 18:18:43 UTC

[groovy] branch master updated: GROOVY-9181: Bump jansi to 1.8

This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e396c6  GROOVY-9181: Bump jansi to 1.8
9e396c6 is described below

commit 9e396c67845bb39be40c6feaf828c45692f6f785
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Jun 29 02:18:29 2019 +0800

    GROOVY-9181: Bump jansi to 1.8
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 0c10fc1..b2aa643 100644
--- a/build.gradle
+++ b/build.gradle
@@ -149,7 +149,7 @@ ext {
     commonsCliVersion = '1.4'
     gparsVersion = '1.2.1'
     ivyVersion = '2.5.0-rc1'
-    jansiVersion = '1.17.1'
+    jansiVersion = '1.18'
     jarjarVersion = '1.7.2'
     jlineVersion = '2.14.6'
     jmockVersion = '1.2.0'