Skip to content

Commit 1dbb5c1

Browse files
Update commons-net to 3.11.1 (#314)
Co-authored-by: Regis Leray <regis.leray@gmail.com>
1 parent d1391c9 commit 1dbb5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ lazy val `fs2-ftp` = project
8282
"co.fs2" %% "fs2-io" % fs2Version,
8383
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
8484
"com.hierynomus" % "sshj" % "0.39.0",
85-
"commons-net" % "commons-net" % "3.9.0",
85+
"commons-net" % "commons-net" % "3.11.1",
8686
"org.apache.logging.log4j" % "log4j-api" % "2.20.0" % Test,
8787
"org.apache.logging.log4j" % "log4j-core" % "2.20.0" % Test,
8888
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.20.0" % Test,

0 commit comments

Comments
 (0)