Repository: incubator-groovy Updated Branches: refs/heads/master 4d2d1a435 -> 3919478b9
GROOVY-5282: upgrade Apache Commons CLI to version 1.3 Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/3919478b Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/3919478b Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/3919478b Branch: refs/heads/master Commit: 3919478b93f4694b20b354e068a2f2ee934b02e7 Parents: 4d2d1a4 Author: Paul King <pa...@asert.com.au> Authored: Mon May 11 09:23:47 2015 +1000 Committer: Paul King <pa...@asert.com.au> Committed: Mon May 11 09:23:47 2015 +1000 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/3919478b/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index f34e94e..822349d 100644 --- a/build.gradle +++ b/build.gradle @@ -105,7 +105,7 @@ ext { bndVersion = '0.0.401' checkstyleVersion = '4.4' coberturaVersion = '1.9.4.1' - commonsCliVersion = '1.2' + commonsCliVersion = '1.3' commonsHttpClientVersion = '3.1' eclipseOsgiVersion = '3.9.1-v20140110-1610' gparsVersion = '1.2.1'