From 7eb77908d4a526153ea9a6aaa82886dfac053e1d Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:35:57 +0000 Subject: [PATCH] Update apache-sshd to 2.13.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f2859031e..db3bbbcb0 100644 --- a/build.sbt +++ b/build.sbt @@ -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.1" exclude ("org.slf4j", "slf4j-jdk14") exclude ( + "org.apache.sshd" % "apache-sshd" % "2.13.2" exclude ("org.slf4j", "slf4j-jdk14") exclude ( "org.apache.sshd", "sshd-mina" ) exclude ("org.apache.sshd", "sshd-netty"),