This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-3.2.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2.3 by this push:
     new a9dbe47  HADOOP-17886. Upgrade ant to 1.10.11 (#3371)
a9dbe47 is described below

commit a9dbe47a72dd5658fc57845eeaeaeaf8208ec9f5
Author: Ahmed Hussein <[email protected]>
AuthorDate: Thu Sep 2 16:11:07 2021 -0500

    HADOOP-17886. Upgrade ant to 1.10.11 (#3371)
    
    (cherry picked from commit 051207375b30ffa126cf9c961ee97535c1dfabb1)
    (cherry picked from commit 601591c02144c9c0dfed2c4011187dc7bb329157)
---
 hadoop-project/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 837bb05..5829056 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -188,6 +188,7 @@
     <woodstox.version>5.3.0</woodstox.version>
     <json-smart.version>2.4.7</json-smart.version>
     <nimbus-jose-jwt.version>9.8.1</nimbus-jose-jwt.version>
+    <apache-ant.version>1.10.11</apache-ant.version>
   </properties>
 
   <dependencyManagement>
@@ -1122,7 +1123,7 @@
       <dependency>
         <groupId>org.apache.ant</groupId>
         <artifactId>ant</artifactId>
-        <version>1.10.9</version>
+        <version>${apache-ant.version}</version>
       </dependency>
       <dependency>
         <groupId>com.google.re2j</groupId>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to