From b5c6afda244448f5519b126c18a45c9da34b83bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Apr 2021 18:28:10 +0000 Subject: [PATCH] build(deps): bump commons-net from 3.6 to 3.8.0 Bumps commons-net from 3.6 to 3.8.0. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d4b65229..04b6c616 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation 'commons-codec:commons-codec:1.14' implementation 'commons-fileupload:commons-fileupload:1.4' implementation 'commons-logging:commons-logging:1.2' - implementation 'commons-net:commons-net:3.6' + implementation 'commons-net:commons-net:3.8.0' implementation 'com.sun.mail:javax.mail:1.6.2' implementation 'javax.servlet:javax.servlet-api:4.0.1' implementation 'org.ccil.cowan.tagsoup:tagsoup:1.2.1'