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/02/04 21:08:51 UTC

[groovy] branch GROOVY_2_5_X updated: GROOVY-8980: Bump picocli to 3.9.3(closes #872)

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

sunlan 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 c2e994a  GROOVY-8980: Bump picocli to 3.9.3(closes #872)
c2e994a is described below

commit c2e994a46485996336d10a728cfb814f8a4a6b2b
Author: Daniel Sun <su...@apache.org>
AuthorDate: Tue Feb 5 05:07:47 2019 +0800

    GROOVY-8980: Bump picocli to 3.9.3(closes #872)
    
    (cherry picked from commit b1775a35c99d0cc23179167e590ebea38ccec3cd)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index c639622..8b9963d9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -158,7 +158,7 @@ ext {
     log4jVersion = '1.2.17'
     log4j2Version = '2.8'
     openbeansVersion = '1.0'
-    picocliVersion = '3.9.2'
+    picocliVersion = '3.9.3'
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.25'
     xmlunitVersion = '1.6'