Skip to content

Commit

Permalink
Update java-jwt to 3.15.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl authored Apr 14, 2021
1 parent 83041f0 commit 5d9936f
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.14.0"
"com.auth0" % "java-jwt" % "3.15.0"
)
}

0 comments on commit 5d9936f

Please sign in to comment.