~jan0sch/smederee

Showing details for patch a281d16c6e677ea6c243f19228566a7c316a053a.
2024-06-30 (Sun), 6:10 AM - Jens Grassel - a281d16c6e677ea6c243f19228566a7c316a053a

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