This is an automated email from the ASF dual-hosted git repository.
sunlan 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 f9fea2c GROOVY-9222: Bump picocli to 4.0.2
f9fea2c is described below
commit f9fea2c2df5dcd703c71d17a88a26fef97803a58
Author: Daniel Sun <[email protected]>
AuthorDate: Mon Aug 12 18:16:49 2019 +0800
GROOVY-9222: Bump picocli to 4.0.2
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 8c04d9d..b75e8e5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -157,7 +157,7 @@ ext {
log4jVersion = '1.2.17'
log4j2Version = '2.8'
openbeansVersion = '1.0'
- picocliVersion = '4.0.1'
+ picocliVersion = '4.0.2'
qdoxVersion = '1.12.1'
slf4jVersion = '1.7.25'
xmlunitVersion = '1.6'