You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by rp...@apache.org on 2018/08/09 11:49:22 UTC

groovy git commit: GROOVY-8738 bump picocli version to 3.5.0 from 3.3.0

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X a7df83701 -> dd0381a74


GROOVY-8738 bump picocli version to 3.5.0 from 3.3.0


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/dd0381a7
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/dd0381a7
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/dd0381a7

Branch: refs/heads/GROOVY_2_5_X
Commit: dd0381a74e7e293186ee53336db7ae796a933e69
Parents: a7df837
Author: Remko Popma <re...@yahoo.com>
Authored: Thu Aug 9 20:48:55 2018 +0900
Committer: Remko Popma <re...@yahoo.com>
Committed: Thu Aug 9 20:48:55 2018 +0900

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/dd0381a7/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 81fa73f..5f6b5d2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -156,7 +156,7 @@ ext {
     luceneVersion = '4.7.2'
     openbeansVersion = '1.0'
     openejbVersion = '1.0'
-    picocliVersion = '3.3.0'
+    picocliVersion = '3.5.0'
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.21'
     xmlunitVersion = '1.6'