You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/09/18 02:10:00 UTC

[groovy] 01/05: GROOVY-9746: Bump picocli to 4.5.1

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

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 7d4e9330d9d1b8167bc96ca7a1441637286d27a7
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Sep 18 11:32:39 2020 +1000

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

diff --git a/build.gradle b/build.gradle
index 0575169..f45996e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -146,7 +146,7 @@ ext {
     log4jVersion = '1.2.17'
     log4j2Version = '2.13.3'
     openbeansVersion = '1.0'
-    picocliVersion = '4.5.0'
+    picocliVersion = '4.5.1'
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.25'
     xmlunitVersion = '1.6'