~jan0sch/smederee

Showing details for patch 342596ba7f44533b7b74b890a7162049863a047b.
2024-04-24 (Wed), 12:57 PM - Jens Grassel - 342596ba7f44533b7b74b890a7162049863a047b

Update Bouncy Castle to 1.78.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	2024-05-05 14:31:28.818590790 +0000
+++ new-smederee/build.sbt	2024-05-05 14:31:28.818590790 +0000
@@ -278,7 +278,7 @@
     new {
         object Version {
             val apacheSshd      = "2.12.1"
-            val bouncyCastle    = "1.78"
+            val bouncyCastle    = "1.78.1"
             val cats            = "2.10.0"
             val catsEffect      = "3.5.4"
             val circe           = "0.14.6"