~jan0sch/smederee

Showing details for patch 46e27ee95eae47373471193c8e7d4b5c42eae8fd.
2024-01-27 (Sat), 6:23 PM - Jens Grassel - 46e27ee95eae47373471193c8e7d4b5c42eae8fd

Update Apache Mina SSHD to 2.12.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-13 05:23:13.835621863 +0000
+++ new-smederee/build.sbt	2025-01-13 05:23:13.835621863 +0000
@@ -389,7 +389,7 @@
 lazy val library =
     new {
         object Version {
-            val apacheSshd      = "2.11.0"
+            val apacheSshd      = "2.12.0"
             val bouncyCastle    = "1.77"
             val cats            = "2.10.0"
             val catsEffect      = "3.5.3"