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/05/24 14:48:39 UTC

[groovy] branch master updated: GROOVY-9143: Bump picocli to 3.9.6

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 b393a0a  GROOVY-9143: Bump picocli to 3.9.6
b393a0a is described below

commit b393a0a8afd68a8ae3007d27362b458b7007d6c6
Author: Daniel Sun <su...@apache.org>
AuthorDate: Fri May 24 22:45:24 2019 +0800

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

diff --git a/build.gradle b/build.gradle
index 7d5f33b..bd92208 100644
--- a/build.gradle
+++ b/build.gradle
@@ -157,7 +157,7 @@ ext {
     log4jVersion = '1.2.17'
     log4j2Version = '2.8'
     openbeansVersion = '1.0'
-    picocliVersion = '3.9.5'
+    picocliVersion = '3.9.6'
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.25'
     xmlunitVersion = '1.6'