Update apache-sshd to 2.17.1

This commit is contained in:
gitbucket-bot[bot]
2026-01-27 20:16:03 +00:00
committed by kenji yoshida
parent 516f67f812
commit 6ee03843c5

View File

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