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 55c3531  GROOVY-9553: Bump picocli to 4.3.0
55c3531 is described below

commit 55c3531edd11c92b268ad41c7553fa3f2a22fafa
Author: Remko Popma <rem...@yahoo.com>
AuthorDate: Thu May 14 15:34:54 2020 +0900

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

diff --git a/build.gradle b/build.gradle
index 9117e1c..3698f9a 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.1'
+    picocliVersion = '4.3.0'
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.25'
     xmlunitVersion = '1.6'

Reply via email to