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

Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
Akira Ajisaka 2021-02-11 08:07:08 +09:00 committed by GitHub
parent cacc870389
commit 933fbeffee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1231,7 +1231,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>