ICU-21708 Update ant version in cldr-to-icu tool

dependabot reported ant 1.10.9 has a security problem and suggested to update to 1.10.11.
This commit is contained in:
Yoshito Umaoka 2021-08-23 18:24:49 -04:00
parent a36f06eaae
commit 6046f7b9e7

View file

@ -101,7 +101,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.9</version>
<version>1.10.11</version>
</dependency>
<!-- Testing only dependencies. -->