Skip to content

Commit

Permalink
Update java-jwt to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Aug 21, 2022
1 parent 197a41c commit bae07eb
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 @@ -36,6 +36,6 @@ object Dependencies {
)

val auth0 = Seq(
"com.auth0" % "java-jwt" % "3.19.2"
"com.auth0" % "java-jwt" % "4.0.0"
)
}

0 comments on commit bae07eb

Please sign in to comment.