This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wagon.git
The following commit(s) were added to refs/heads/master by this push:
new 30ba7499 Bump commons-net:commons-net from 3.12.0 to 3.13.0
30ba7499 is described below
commit 30ba749985b1eb3b4a44838a2f45c884a413e636
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 19 08:14:33 2026 +0000
Bump commons-net:commons-net from 3.12.0 to 3.13.0
Bumps [commons-net:commons-net](https://github.com/apache/commons-net) from
3.12.0 to 3.13.0.
-
[Changelog](https://github.com/apache/commons-net/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-net/compare/rel/commons-net-3.12.0...rel/commons-net-3.13.0)
---
updated-dependencies:
- dependency-name: commons-net:commons-net
dependency-version: 3.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
wagon-providers/wagon-ftp/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wagon-providers/wagon-ftp/pom.xml
b/wagon-providers/wagon-ftp/pom.xml
index c43011d4..36aaa0d0 100644
--- a/wagon-providers/wagon-ftp/pom.xml
+++ b/wagon-providers/wagon-ftp/pom.xml
@@ -34,7 +34,7 @@ under the License.
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
- <version>3.12.0</version>
+ <version>3.13.0</version>
</dependency>
<dependency>