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 2017/03/14 10:56:11 UTC

groovy git commit: GROOVY-8120: Bump commons cli version to 1.4

Repository: groovy
Updated Branches:
  refs/heads/master 73db9a7a7 -> 64a7ddad5


GROOVY-8120: Bump commons cli version to 1.4


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

Branch: refs/heads/master
Commit: 64a7ddad55c2004655f7f5db32a6c6ad9cfbeeb7
Parents: 73db9a7
Author: paulk <pa...@asert.com.au>
Authored: Tue Mar 14 20:56:01 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Tue Mar 14 20:56:01 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/64a7ddad/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 8bf2dd7..b2a5047 100644
--- a/build.gradle
+++ b/build.gradle
@@ -149,7 +149,7 @@ ext {
     antlrVersion = '2.7.7'
     bridgerVersion = '1.1.Final'
     coberturaVersion = '1.9.4.1'
-    commonsCliVersion = '1.3.1'
+    commonsCliVersion = '1.4'
     commonsHttpClientVersion = '3.1'
     eclipseOsgiVersion = '3.9.1-v20140110-1610'
     gparsVersion = '1.2.1'