From 5f87a28da63dc5f5c2df97f6a3d5318810fe073e Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 2 Oct 2024 22:41:17 +0000 Subject: [PATCH] Update apache-sshd to 2.14.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0d3731bd3..c087ad655 100644 --- a/build.sbt +++ b/build.sbt @@ -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"),