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:37:25 UTC

[groovy] branch master 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 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 843b8e5  GROOVY-9354: Bump picocli to 4.1.4 (#1131)
843b8e5 is described below

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

    GROOVY-9354: Bump picocli to 4.1.4 (#1131)
---
 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'