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/25 11:39:42 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-9354: Bump picocli to 4.1.4 (#1131)

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 07d95e9  GROOVY-9354: Bump picocli to 4.1.4 (#1131)
07d95e9 is described below

commit 07d95e957a1b7b6c439b9511f3ee00e7f3ca8989
Author: Daniel.Sun <su...@apache.org>
AuthorDate: Wed Dec 25 19:37:17 2019 +0800

    GROOVY-9354: Bump picocli to 4.1.4 (#1131)
    
    (cherry picked from commit 843b8e5deb1788c00716a83840bc6f9c6f46bbea)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index ae14fe3..71a923c 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.2'
+    picocliVersion = '4.1.4'
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.25'
     xmlunitVersion = '1.6'