~jan0sch/smederee

Showing details for patch 4dd6f974cabd02c32d7cd2d7e66125f7155dcd1b.
2023-11-26 (Sun), 4:48 PM - Jens Grassel - 4dd6f974cabd02c32d7cd2d7e66125f7155dcd1b

Update Bouncy Castle to 1.77

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 12:01:53.791846140 +0000
+++ new-smederee/build.sbt	2025-01-13 12:01:53.791846140 +0000
@@ -423,7 +423,7 @@
     new {
         object Version {
             val apacheSshd      = "2.11.0"
-            val bouncyCastle    = "1.76"
+            val bouncyCastle    = "1.77"
             val cats            = "2.10.0"
             val catsEffect      = "3.5.2"
             val circe           = "0.14.6"