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 2022/07/19 08:27:33 UTC

[groovy] 01/03: GROOVY-10492: Bump picocli to 4.6.3

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 333f909058fb52a42bc9a9f2111a6646b6fb4700
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Jul 19 18:18:11 2022 +1000

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

diff --git a/build.gradle b/build.gradle
index 5ef21fd1af..7a28bc721e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -141,7 +141,7 @@ ext {
     log4jVersion = '1.2.17'
     log4j2Version = '2.17.2'
     openbeansVersion = '1.0.2'
-    picocliVersion = '4.6.1'
+    picocliVersion = '4.6.3'
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.36'
     xmlunitVersion = '1.6'