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

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 48237039885e0e55c05615592ac50e7cb330250b
Author: Lyor Goldstein <lgoldst...@apache.org>
AuthorDate: Thu Jul 22 19:53:05 2021 +0300

    Upgraded ANT version to 1.10.11
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8d1928e..ae9c3c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
         
<javac.source>${java.major.version}.${java.minor.version}</javac.source>
         <project.build.java.source>${javac.source}</project.build.java.source>
         <maven.compiler.source>${javac.source}</maven.compiler.source>
-        <ant.version>1.10.10</ant.version>
+        <ant.version>1.10.11</ant.version>
         <ant.build.javac.source>${javac.source}</ant.build.javac.source>
         
<build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version>
 

Reply via email to