This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git
commit 314dc156815b15493ef6c19bf8b8c8efff9567b8 Author: Jaikiran Pai <[email protected]> AuthorDate: Sat Jul 25 21:00:36 2026 +0530 upgrade commons-net to 3.13.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 b397daf48..b626e9f06 100644 --- a/lib/libraries.properties +++ b/lib/libraries.properties @@ -40,7 +40,7 @@ antlr.version=2.7.7 bcel.version=6.9.0 bsf.version=2.4.0 bsh.version=2.0b5 -commons-net.version=3.10.0 +commons-net.version=3.13.0 commons-logging.version=1.1 commons-logging-api.version=${commons-logging.version} js.version=20.1.0 diff --git a/src/etc/poms/ant-commons-net/pom.xml b/src/etc/poms/ant-commons-net/pom.xml index 7bc4fc54d..1775a69e7 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.10.0</version> + <version>3.13.0</version> <scope>compile</scope> </dependency> </dependencies>
