This is an automated email from the ASF dual-hosted git repository. jaikiran pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git
commit d75895744202c99b1c0bc23ac9f6be16d07fbc2c Author: Jaikiran Pai <jaiki...@apache.org> AuthorDate: Sun Oct 10 09:20:03 2021 +0530 fix commons-net version in pom --- src/etc/poms/ant-commons-net/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/poms/ant-commons-net/pom.xml b/src/etc/poms/ant-commons-net/pom.xml index 9603114..5d6be30 100644 --- a/src/etc/poms/ant-commons-net/pom.xml +++ b/src/etc/poms/ant-commons-net/pom.xml @@ -45,7 +45,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/m <dependency> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> - <version>3.6</version> + <version>3.8.0</version> <scope>compile</scope> </dependency> </dependencies>