From c4ae1cfe15b7aaf7da09f748022e4d834bb389a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 04:16:15 +0000 Subject: [PATCH] Bump commons-net:commons-net from 3.9.0 to 3.10.0 Bumps commons-net:commons-net from 3.9.0 to 3.10.0. --- updated-dependencies: - dependency-name: commons-net:commons-net 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 6e2dfafb..8914cb8b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -94,7 +94,7 @@ dependencies { implementation 'com.github.tonyofrancis.Fetch:xfetch2:3.1.6' implementation 'com.github.tonyofrancis.Fetch:xfetch2okhttp:3.1.6' - implementation 'commons-net:commons-net:3.9.0' + implementation 'commons-net:commons-net:3.10.0' implementation 'com.hierynomus:smbj:0.12.2' implementation 'com.jcraft:jsch:0.1.55'