Skip to content

Commit

Permalink
bump: update jwt-json-common from 10.0.0 to 10.0.1 (#4394)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 17, 2024
1 parent 34fb86f commit 427c141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ object Dependencies {

// For akka-http spray-json support
val sprayJson = "io.spray" %% "spray-json" % "1.3.6" // ApacheV2
val jwtScala = "com.github.jwt-scala" %% "jwt-json-common" % "10.0.0" // ApacheV2
val jwtScala = "com.github.jwt-scala" %% "jwt-json-common" % "10.0.1" // ApacheV2

// For akka-http-jackson support
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % jacksonDatabindVersion // ApacheV2
Expand Down

0 comments on commit 427c141

Please sign in to comment.