From 32bf51ff1a9cdc77730f7c0c3d520348d4091c16 Mon Sep 17 00:00:00 2001 From: "gitbucket-bot[bot]" <256891351+gitbucket-bot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 02:59:19 +0900 Subject: [PATCH] Update commons-net to 3.13.0 (#3990) Co-authored-by: gitbucket-bot[bot] <256891351+gitbucket-bot[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0eca84b29..e548b1cc5 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ libraryDependencies ++= Seq( "org.tukaani" % "xz" % "1.12", "org.apache.commons" % "commons-compress" % "1.28.0", "org.apache.commons" % "commons-email" % "1.6.0", - "commons-net" % "commons-net" % "3.12.0", + "commons-net" % "commons-net" % "3.13.0", "org.apache.httpcomponents" % "httpclient" % "4.5.14", "org.apache.sshd" % "apache-sshd" % "2.17.1" exclude ("org.slf4j", "slf4j-jdk14") exclude ( "org.apache.sshd",