Skip to content

Commit

Permalink
chore(dependencies): update spring-security-core to 5.7.2 (#2139)
Browse files Browse the repository at this point in the history
  • Loading branch information
daschbot committed Jul 31, 2022
1 parent 4850525 commit 3a12562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -71,7 +71,7 @@ object Dependencies {
// authentication
val jwtSprayJson = "com.pauldijou" %% "jwt-spray-json" % "5.0.0" // Scala 3 incompatible
val springSecurityCore =
"org.springframework.security" % "spring-security-core" % "5.6.6" exclude ("commons-logging", "commons-logging") exclude ("org.springframework", "spring-aop")
"org.springframework.security" % "spring-security-core" % "5.7.2" exclude ("commons-logging", "commons-logging") exclude ("org.springframework", "spring-aop")
val bouncyCastle = "org.bouncycastle" % "bcprov-jdk15to18" % "1.71"

// caching
Expand Down

0 comments on commit 3a12562

Please sign in to comment.