You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by rp...@apache.org on 2019/01/24 22:44:52 UTC

[groovy] branch master updated: GROOVY-8968 Upgrade picocli to 3.9.2 from 3.8.2

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

rpopma 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 0736035  GROOVY-8968 Upgrade picocli to 3.9.2 from 3.8.2
0736035 is described below

commit 0736035cb22182c3b8d252967ea1357ed2068e35
Author: Remko Popma <re...@yahoo.com>
AuthorDate: Thu Jan 24 21:26:55 2019 +0900

    GROOVY-8968 Upgrade picocli to 3.9.2 from 3.8.2
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 38ae880..1785ae5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -156,7 +156,7 @@ ext {
     log4jVersion = '1.2.17'
     log4j2Version = '2.8'
     openbeansVersion = '1.0'
-    picocliVersion = '3.8.2'
+    picocliVersion = '3.9.2'
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.25'
     xmlunitVersion = '1.6'