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

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

commit f5cb5272b132b4fea61db9a51dddedeadb47f0b7
Author: Remko Popma <re...@yahoo.com>
AuthorDate: Thu May 14 16:02:51 2020 +0900

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

diff --git a/build.gradle b/build.gradle
index 3698f9a..9117e1c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -157,7 +157,7 @@ ext {
     log4jVersion = '1.2.17'
     log4j2Version = '2.8'
     openbeansVersion = '1.0'
-    picocliVersion = '4.3.0'
+    picocliVersion = '4.0.1'
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.25'
     xmlunitVersion = '1.6'