Update apache-sshd to 2.14.0

This commit is contained in:
Scala Steward
2024-10-02 22:41:17 +00:00
committed by kenji yoshida
parent 25d5d5eee5
commit 5f87a28da6

View File

@@ -38,7 +38,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.2" exclude ("org.slf4j", "slf4j-jdk14") exclude (
"org.apache.sshd" % "apache-sshd" % "2.14.0" exclude ("org.slf4j", "slf4j-jdk14") exclude (
"org.apache.sshd",
"sshd-mina"
) exclude ("org.apache.sshd", "sshd-netty"),