~jan0sch/smederee

Showing details for patch 20a9f8c6822f9acf73489ff59505e0e2e1438422.
2024-04-12 (Fri), 4:00 PM - Jens Grassel - 20a9f8c6822f9acf73489ff59505e0e2e1438422

Update Bouncy Castle to 1.78

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 09:39:48.257011739 +0000
+++ new-smederee/build.sbt	2025-01-12 09:39:48.257011739 +0000
@@ -400,7 +400,7 @@
     new {
         object Version {
             val apacheSshd      = "2.12.1"
-            val bouncyCastle    = "1.77"
+            val bouncyCastle    = "1.78"
             val cats            = "2.10.0"
             val catsEffect      = "3.5.4"
             val circe           = "0.14.6"