You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2023/02/01 15:56:57 UTC

[ignite] branch master updated: IGNITE-18335 update dependency ANT (#10502)

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

dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new e5aa0b7419f IGNITE-18335 update dependency ANT (#10502)
e5aa0b7419f is described below

commit e5aa0b7419f147729341522cf2587da6aa789a1f
Author: nao <56...@users.noreply.github.com>
AuthorDate: Wed Feb 1 18:56:45 2023 +0300

    IGNITE-18335 update dependency ANT (#10502)
---
 modules/tools/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/tools/pom.xml b/modules/tools/pom.xml
index 18b0ead28ff..40a86d6b34b 100644
--- a/modules/tools/pom.xml
+++ b/modules/tools/pom.xml
@@ -165,7 +165,7 @@
         <dependency>
             <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>
-            <version>1.8.2</version>
+            <version>1.10.13</version>
         </dependency>
 
         <dependency>