GROOVY-8075: Bump Ant version to 1.9.9
Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/59a36cfd Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/59a36cfd Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/59a36cfd Branch: refs/heads/parrot Commit: 59a36cfd20a8ca039bea274e339af6f4c61ef13f Parents: 4971552b Author: paulk <pa...@asert.com.au> Authored: Tue Feb 7 18:24:21 2017 +1000 Committer: paulk <pa...@asert.com.au> Committed: Tue Feb 7 18:24:21 2017 +1000 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/59a36cfd/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 9343891..22300d4 100644 --- a/build.gradle +++ b/build.gradle @@ -144,7 +144,7 @@ configurations { } ext { - antVersion = '1.9.7' + antVersion = '1.9.9' asmVersion = '6.0_ALPHA' antlrVersion = '2.7.7' bridgerVersion = '1.1.Final'