~jan0sch/smederee

Showing details for patch 939c1e4069aef94ffd47f242812bf6fc130f860a.
2024-07-31 (Wed), 7:08 PM - Jens Grassel - 939c1e4069aef94ffd47f242812bf6fc130f860a

Update Apache Mina SSHD to 2.13.2

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-10 20:59:28.481689716 +0000
+++ new-smederee/build.sbt	2025-01-10 20:59:28.485689724 +0000
@@ -274,7 +274,7 @@
 lazy val library =
     new {
         object Version {
-            val apacheSshd       = "2.13.1"
+            val apacheSshd       = "2.13.2"
             val bouncyCastle     = "1.78.1"
             val cats             = "2.12.0"
             val catsEffect       = "3.5.4"