Update jsch to 0.2.23

This commit is contained in:
Eugene Yokota 2025-08-03 23:00:08 -04:00
parent e9276c9143
commit 9e483d62ca
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ object Dependencies {
val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-77cc781d727b367d3761f097d89f5a4762771d41"
// lm dependencies
val jsch = "com.github.mwiede" % "jsch" % "0.2.17" intransitive ()
val jsch = ("com.github.mwiede" % "jsch" % "0.2.23").intransitive()
val gigahorseApacheHttp = "com.eed3si9n" %% "gigahorse-apache-http" % "0.9.3"
// lm-coursier dependencies