From 81b0712061993ecb8501888c538a445d18ce611d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 14:16:42 +0000 Subject: [PATCH] Bump commons-net:commons-net from 3.8.0 to 3.10.0 Bumps commons-net:commons-net from 3.8.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1173f58..70be71a 100644 --- a/build.gradle +++ b/build.gradle @@ -103,7 +103,7 @@ dependencies { api 'eu.agno3.jcifs:jcifs-ng:2.1.10' api 'com.github.mwiede:jsch:0.2.11' // update to 3.9.0 breaks ftp on firestick4k (not max) - implementation 'commons-net:commons-net:3.8.0' + implementation 'commons-net:commons-net:3.10.0' implementation 'com.github.nova-video-player:sardine-android:0.0.2' implementation 'com.hierynomus:smbj:0.12.2' implementation 'com.hierynomus:sshj:0.36.0'