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 2021/08/27 11:28:16 UTC

[groovy] 01/02: GROOVY-10019: Bump picocli to 4.6.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 d8a655a55723ab2201708bc33941dae2570458c9
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Aug 27 21:27:27 2021 +1000

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

diff --git a/build.gradle b/build.gradle
index 99fe7f9..f133a7f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -145,7 +145,7 @@ ext {
     log4jVersion = '1.2.17'
     log4j2Version = '2.14.0'
     openbeansVersion = '1.0.2'
-    picocliVersion = '4.5.2'
+    picocliVersion = '4.6.1'
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.31'
     xmlunitVersion = '1.6'