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
The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
new 2f6ac7c GROOVY-9453: Upgrade picocli to 4.2.0
2f6ac7c is described below
commit 2f6ac7c4f46d53a748cf3f1c43c6ab14d2ccc302
Author: Paul King <[email protected]>
AuthorDate: Tue Mar 10 02:23:28 2020 +1000
GROOVY-9453: Upgrade picocli to 4.2.0
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index ce56353..95971e2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -146,7 +146,7 @@ ext {
log4jVersion = '1.2.17'
log4j2Version = '2.8'
openbeansVersion = '1.0'
- picocliVersion = '4.1.4'
+ picocliVersion = '4.2.0'
qdoxVersion = '1.12.1'
slf4jVersion = '1.7.25'
xmlunitVersion = '1.6'