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:03:56 UTC

[groovy] branch GROOVY_2_5_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_2_5_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


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

commit adb5dc989eeac738df7c8ae8e7886a435a10a7c1
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 f49253a..9e78dfe 100644
--- a/build.gradle
+++ b/build.gradle
@@ -149,7 +149,7 @@ ext {
     commonsCliVersion = '1.4'
     gparsVersion = '1.2.1'
     ivyVersion = '2.4.0'
-    jansiVersion = '1.17.1'
+    jansiVersion = '2.1.0'
     jarjarVersion = '1.7.2'
     jlineVersion = '2.14.6'
     jmockVersion = '1.2.0'