~wegtam/smederee

Showing details for patch b836f7408a24a1610d0bf642c477078d0d5820e9.
2024-12-16 (Mon), 6:59 PM - Jens Grassel - b836f7408a24a1610d0bf642c477078d0d5820e9

Update spring security to 6.4.2

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-12-22 11:33:37.957374112 +0000
+++ new-smederee/build.sbt	2024-12-22 11:33:37.957374112 +0000
@@ -301,7 +301,7 @@
             val scalaCheck       = "1.18.1"
             val scalaCheckEffect = "1.0.4"
             val simpleJavaMail   = "8.12.4"
-            val springSecurity   = "6.4.1"
+            val springSecurity   = "6.4.2"
         }
         val apacheSshdCore       = "org.apache.sshd"              % "sshd-core"                  % Version.apacheSshd
         val apacheSshdSftp       = "org.apache.sshd"              % "sshd-sftp"                  % Version.apacheSshd