You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2019/12/11 15:41:07 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-9334: Bump picocli to 4.1.2 (#1121)

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

sunlan 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 9f6da74  GROOVY-9334: Bump picocli to 4.1.2 (#1121)
9f6da74 is described below

commit 9f6da7457d5d609785dc753c409f1c2dfbf230b2
Author: Daniel.Sun <su...@apache.org>
AuthorDate: Wed Dec 11 23:39:06 2019 +0800

    GROOVY-9334: Bump picocli to 4.1.2 (#1121)
    
    (cherry picked from commit 1d40a1f9b1ebcac49ba839686518d4dc61a8bfb8)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 965ee38..a4627fe 100644
--- a/build.gradle
+++ b/build.gradle
@@ -148,7 +148,7 @@ ext {
     log4jVersion = '1.2.17'
     log4j2Version = '2.8'
     openbeansVersion = '1.0'
-    picocliVersion = '4.1.1'
+    picocliVersion = '4.1.2'
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.25'
     xmlunitVersion = '1.6'