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/11/30 18:54:49 UTC

[groovy] branch master updated: GROOVY-9325: Bump picocli to 4.1.1 (#1112)

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 12c7345  GROOVY-9325: Bump picocli to 4.1.1 (#1112)
12c7345 is described below

commit 12c73458960cdfe30537a9610df21e005611e71d
Author: Daniel.Sun <su...@apache.org>
AuthorDate: Sun Dec 1 02:54:42 2019 +0800

    GROOVY-9325: Bump picocli to 4.1.1 (#1112)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 386739d..6111252 100644
--- a/build.gradle
+++ b/build.gradle
@@ -148,7 +148,7 @@ ext {
     log4jVersion = '1.2.17'
     log4j2Version = '2.8'
     openbeansVersion = '1.0'
-    picocliVersion = '4.1.0'
+    picocliVersion = '4.1.1'
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.25'
     xmlunitVersion = '1.6'