Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(dependencies): update jwt-spray-json to 9.0.2 (#2111)
* Update jwt-spray-json to 9.0.2

* add comment regarding spray-json

* Update Dependencies.scala

Co-authored-by: Balduin Landolt <33053745+BalduinLandolt@users.noreply.github.com>
  • Loading branch information
daschbot and BalduinLandolt committed Jul 31, 2022
1 parent 08c9f68 commit 6e54443
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/Dependencies.scala
Expand Up @@ -69,7 +69,8 @@ object Dependencies {
"commons-validator" % "commons-validator" % "1.7" exclude ("commons-logging", "commons-logging")

// authentication
val jwtSprayJson = "com.pauldijou" %% "jwt-spray-json" % "5.0.0" // Scala 3 incompatible
val jwtSprayJson = "com.github.jwt-scala" %% "jwt-spray-json" % "9.0.2"
// jwtSprayJson -> 9.0.2 is the latest version that's compatible with spray-json; if it wasn't for spray, this would be Scala 3 compatible
val springSecurityCore =
"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"
Expand Down

0 comments on commit 6e54443

Please sign in to comment.