~jan0sch/smederee

Showing details for patch c1c4a95fee6d296be06431f8bcbe467adf6c918f.
2023-05-25 (Thu), 4:38 PM - Jens Grassel - c1c4a95fee6d296be06431f8bcbe467adf6c918f

Update Apache Mina SSHD to 2.10.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-16 08:02:36.210693978 +0000
+++ new-smederee/build.sbt	2025-01-16 08:02:36.210693978 +0000
@@ -397,7 +397,7 @@
 lazy val library =
   new {
     object Version {
-      val apacheSshd      = "2.9.2"
+      val apacheSshd      = "2.10.0"
       val bouncyCastle    = "1.73"
       val cats            = "2.9.0"
       val catsEffect      = "3.4.11"