~jan0sch/smederee

Showing details for patch 617587714ab1350b8da532ac92056413f8a1846d.
2024-06-19 (Wed), 8:08 AM - Jens Grassel - 617587714ab1350b8da532ac92056413f8a1846d

Update Apache Mina SSHD to 2.13.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	2025-01-11 14:45:15.537423774 +0000
+++ new-smederee/build.sbt	2025-01-11 14:45:15.537423774 +0000
@@ -272,7 +272,7 @@
 lazy val library =
     new {
         object Version {
-            val apacheSshd      = "2.12.1"
+            val apacheSshd      = "2.13.0"
             val bouncyCastle    = "1.78.1"
             val cats            = "2.12.0"
             val catsEffect      = "3.5.4"