~jan0sch/smederee

Showing details for patch 8024711c4057a67f207822eb644d1fd2c3a7952f.
2024-02-23 (Fri), 3:33 PM - Jens Grassel - 8024711c4057a67f207822eb644d1fd2c3a7952f

Update Apache Mina SSHD to 2.12.1

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-12 15:26:57.659302926 +0000
+++ new-smederee/build.sbt	2025-01-12 15:26:57.659302926 +0000
@@ -396,7 +396,7 @@
 lazy val library =
     new {
         object Version {
-            val apacheSshd      = "2.12.0"
+            val apacheSshd      = "2.12.1"
             val bouncyCastle    = "1.77"
             val cats            = "2.10.0"
             val catsEffect      = "3.5.3"