This is an automated email from the ASF dual-hosted git repository.
paulk 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 7441879 GROOVY-9453: Upgrade picocli to 4.2.0
7441879 is described below
commit 7441879bd8bfd803fec6aaf8806266dba17e5be0
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 8c4509e..1393b83 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'