You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2019/09/17 22:09:31 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-9251: Bump picocli to 4.0.4

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

paulk 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 3dca0dc  GROOVY-9251: Bump picocli to 4.0.4
3dca0dc is described below

commit 3dca0dc40722ebd61e600c14b47c0e151647e1cb
Author: Daniel.Sun <re...@hotmail.com>
AuthorDate: Thu Sep 12 07:48:14 2019 +0800

    GROOVY-9251: Bump picocli to 4.0.4
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index b93f60d..54efb16 100644
--- a/build.gradle
+++ b/build.gradle
@@ -157,7 +157,7 @@ ext {
     log4jVersion = '1.2.17'
     log4j2Version = '2.8'
     openbeansVersion = '1.0'
-    picocliVersion = '4.0.3'
+    picocliVersion = '4.0.4'
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.25'
     xmlunitVersion = '1.6'