diff --git a/bucket/ant.json b/bucket/ant.json index 1d05fc91ab..4011bf74cc 100644 --- a/bucket/ant.json +++ b/bucket/ant.json @@ -1,14 +1,14 @@ { - "version": "1.10.13", + "version": "1.10.14", "description": "Apache Ant is a Java library and command-line tool for compiling, assembling, testing and running Java and non-Java applications.", "homepage": "https://ant.apache.org/", "license": "Apache-2.0", "suggest": { "JDK": "java/openjdk" }, - "url": "https://www.apache.org/dist/ant/binaries/apache-ant-1.10.13-bin.zip", - "hash": "sha512:347e964db73d1f8e9fe110f135625920e09c8c9997e9950c405cfeec60b70750044a91ef0535d76d6f8e023de0788f2619be76fd91b7a80be9a6b569a16cc3e8", - "extract_dir": "apache-ant-1.10.13", + "url": "https://www.apache.org/dist/ant/binaries/apache-ant-1.10.14-bin.zip", + "hash": "sha512:6e85cf45726ee88c916976aba07488b79da84be1a31b5c5441a65c28bb4436b5a5a373402c78ac6a3827bd261fb924124bb9534e52d6429162eaf57b9737124c", + "extract_dir": "apache-ant-1.10.14", "pre_install": [ "# Record built-in libs in builtin_libs.json", "$builtin_libs = Get-ChildItem \"$dir\\lib\" | Select -ExpandProperty Name",