Update apache-sshd to 2.13.1

This commit is contained in:
Scala Steward
2024-06-24 06:41:45 +00:00
committed by kenji yoshida
parent 6ea77fa73e
commit e6a5911a39

View File

@@ -37,7 +37,7 @@ libraryDependencies ++= Seq(
"org.apache.commons" % "commons-email" % "1.6.0",
"commons-net" % "commons-net" % "3.11.1",
"org.apache.httpcomponents" % "httpclient" % "4.5.14",
"org.apache.sshd" % "apache-sshd" % "2.13.0" exclude ("org.slf4j", "slf4j-jdk14") exclude (
"org.apache.sshd" % "apache-sshd" % "2.13.1" exclude ("org.slf4j", "slf4j-jdk14") exclude (
"org.apache.sshd",
"sshd-mina"
) exclude ("org.apache.sshd", "sshd-netty"),