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 fa3da955d6bee8ab999a1534c9755c384fc52363 Author: Jaikiran Pai <[email protected]> AuthorDate: Sun May 5 17:27:50 2024 +0530 upgrade commons net to 3.10.0 --- lib/libraries.properties | 2 +- src/etc/poms/ant-commons-net/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libraries.properties b/lib/libraries.properties index 02dd0ea1d..898fdc3c3 100644 --- a/lib/libraries.properties +++ b/lib/libraries.properties @@ -39,7 +39,7 @@ antlr.version=2.7.7 bcel.version=6.9.0 bsf.version=2.4.0 bsh.version=2.0b5 -commons-net.version=3.9.0 +commons-net.version=3.10.0 commons-logging.version=1.1 commons-logging-api.version=${commons-logging.version} js-language.version=23.1.2 diff --git a/src/etc/poms/ant-commons-net/pom.xml b/src/etc/poms/ant-commons-net/pom.xml index fb665b924..23bbc7ee5 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.9.0</version> + <version>3.10.0</version> <scope>compile</scope> </dependency> </dependencies>
