You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by rp...@apache.org on 2020/05/14 07:11:45 UTC

[groovy] branch master updated: Revert "GROOVY-9553: Bump picocli to 4.3.0"

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

rpopma 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 87f76b9  Revert "GROOVY-9553: Bump picocli to 4.3.0"
87f76b9 is described below

commit 87f76b97dc7816c17b8d4c7176c4e4d83261e882
Author: Remko Popma <re...@yahoo.com>
AuthorDate: Thu May 14 16:11:18 2020 +0900

    Revert "GROOVY-9553: Bump picocli to 4.3.0"
    
    This reverts commit a5b1470a
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index b220a6d..da038f4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -141,7 +141,7 @@ ext {
     log4jVersion = '1.2.17'
     log4j2Version = '2.8'
     openbeansVersion = '1.0'
-    picocliVersion = '4.3.0'
+    picocliVersion = '4.2.0'
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.25'
     xmlunitVersion = '1.6'