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:06:13 UTC

[groovy] branch GROOVY_3_0_X 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 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 b7ffcd6  Revert "GROOVY-9553: Bump picocli to 4.3.0"
b7ffcd6 is described below

commit b7ffcd65b24f78b5bfafffebf1165573a48c001c
Author: Remko Popma <re...@yahoo.com>
AuthorDate: Thu May 14 16:05:53 2020 +0900

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

diff --git a/build.gradle b/build.gradle
index e2e3bc0..261331e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -145,7 +145,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'