~wegtam/smederee

Showing details for patch 0833580d09717580ac45f600f8344ea434f75bad.
2024-10-08 (Tue), 8:08 AM - Jens Grassel - 0833580d09717580ac45f600f8344ea434f75bad

Update Apache Mina SSHD to 2.14.0

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt
--- old-smederee/build.sbt	2024-11-22 10:53:45.563973331 +0000
+++ new-smederee/build.sbt	2024-11-22 10:53:45.563973331 +0000
@@ -275,7 +275,7 @@
 lazy val library =
     new {
         object Version {
-            val apacheSshd       = "2.13.2"
+            val apacheSshd       = "2.14.0"
             val bouncyCastle     = "1.78.1"
             val cats             = "2.12.0"
             val catsEffect       = "3.5.4"