From 2979c82a33cf2c93fbc0516223c766f8d1e70e0b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 17 Sep 2024 00:15:58 +0000 Subject: [PATCH] Update sshj to 0.39.0 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index de0f4a709..4a12a84d2 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -51,7 +51,7 @@ object Settings { val akkaPersistenceJdbc = "5.2.0" val bluebus = "v95" val postgres = "42.7.0" - val sshJ = "0.33.0" + val sshJ = "0.39.0" val jodaTime = "2.12.5" val exposeLoader = "0.7.1" val log4Javascript = "1.4.15"