From 03958baa7b87617a45c230adde14f192ea649990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 04:03:27 +0000 Subject: [PATCH] Bump commons-net:commons-net from 3.11.1 to 3.13.0 Bumps [commons-net:commons-net](https://github.com/apache/commons-net) from 3.11.1 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.11.1...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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c83ba258..c1eca3a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -112,7 +112,7 @@ dependencies { implementation 'com.github.tonyofrancis.Fetch:fetch2:3.4.1' implementation 'com.github.tonyofrancis.Fetch:fetch2okhttp:3.4.1' - implementation 'commons-net:commons-net:3.11.1' + implementation 'commons-net:commons-net:3.13.0' implementation 'com.hierynomus:smbj:0.14.0' implementation 'com.jcraft:jsch:0.1.55'