Skip to content

Commit

Permalink
bump: sshj 0.39.0 (was 0.35.0) (#3258)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 27, 2024
1 parent c2df5d3 commit 5ce6bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)
)
Expand Down

0 comments on commit 5ce6bbc

Please sign in to comment.