This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_3_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 287077b4ee63fba5e854eaebbcea72052d8cd97b Author: Paul King <[email protected]> AuthorDate: Mon Feb 24 15:23:58 2025 +1000 GROOVY-11463: Bump ant version to 1.10.15 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3636346876..8aa85c2899 100644 --- a/build.gradle +++ b/build.gradle @@ -129,7 +129,7 @@ configurations { } ext { - antVersion = '1.10.14' + antVersion = '1.10.15' asmVersion = '9.7.1' antlrVersion = '2.7.7' antlr4Version = '4.9.0'
