You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by ke...@apache.org on 2020/12/22 04:02:45 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-9869: Upgrade Jansi to 2.x

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

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


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new cc755a8  GROOVY-9869: Upgrade Jansi to 2.x
cc755a8 is described below

commit cc755a8561d2d58c59a123ad804fb69960939bed
Author: Keegan Witt <ke...@gmail.com>
AuthorDate: Mon Dec 21 23:02:35 2020 -0500

    GROOVY-9869: Upgrade Jansi to 2.x
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 56d4c63..62ee834 100644
--- a/build.gradle
+++ b/build.gradle
@@ -142,7 +142,7 @@ ext {
     commonsCliVersion = '1.4'
     gparsVersion = '1.2.1'
     ivyVersion = '2.5.0'
-    jansiVersion = '1.18'
+    jansiVersion = '2.1.0'
     jarjarVersion = '1.7.2'
     javaParserVersion = '3.17.0'
     jlineVersion = '2.14.6'