Skip to content

Commit

Permalink
chore(deps): update dependency com.auth0:java-jwt to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and felipebonezi committed Jul 1, 2022
1 parent d22b820 commit e1a2acc
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 @@ -12,7 +12,7 @@ import sbt.plugins.JvmPlugin

object Dependencies extends AutoPlugin {
private val jbcryptVersion = "0.4"
private val javaJwtVersion = "3.19.2"
private val javaJwtVersion = "4.0.0"

override def trigger: PluginTrigger = allRequirements
override def requires: sbt.Plugins = JvmPlugin
Expand Down

0 comments on commit e1a2acc

Please sign in to comment.