HADOOP-17516. Upgrade ant to 1.10.9. (#2683)

Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
(cherry picked from commit 933fbeffee)
This commit is contained in:
Akira Ajisaka 2021-02-11 08:07:08 +09:00
parent 98e4d516ea
commit 98eec71218
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 1 deletions

View File

@ -1204,7 +1204,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.8.1</version>
<version>1.10.9</version>
</dependency>
<dependency>
<groupId>com.google.re2j</groupId>