From 5ce6bbc8568884e68c864f32744626837814b337 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:52:14 +0200 Subject: [PATCH] bump: sshj 0.39.0 (was 0.35.0) (#3258) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ff684c151c..68c1518d5e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -199,7 +199,7 @@ object Dependencies { libraryDependencies ++= Seq( "commons-net" % "commons-net" % "3.8.0", // ApacheV2 // Versions after sshj 0.35.0 depend on SLF4J 2.x - "com.hierynomus" % "sshj" % "0.35.0", + "com.hierynomus" % "sshj" % "0.39.0", ("io.github.hakky54" % "sslcontext-kickstart-for-pem" % "8.3.5" % Test).exclude("org.slf4j", "slf4j-api") ) )