Skip to content

Commit

Permalink
Merge pull request #79 from scala-steward/update/java-jwt-3.19.4
Browse files Browse the repository at this point in the history
java-jwt 3.19.4 (was 3.18.3)
  • Loading branch information
mkurz authored Dec 9, 2023
2 parents 5e53862 + c0e5354 commit 4e7126a
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 @@ -39,7 +39,7 @@ object Dependencies {
val argon2 = "de.mkammerer" % "argon2-jvm" % "2.11"
val commonsCodec = "commons-codec" % "commons-codec" % "1.16.0"
val jbcrypt = "de.svenkubiak" % "jBCrypt" % "0.4.3"
val jwt = "com.auth0" % "java-jwt" % "3.18.3"
val jwt = "com.auth0" % "java-jwt" % "3.19.4"
val scalaGuice = "net.codingwell" %% "scala-guice" % "6.0.0"
val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % play.core.PlayVersion.akkaVersion
val mockito = "org.mockito" % "mockito-core" % "5.3.1"
Expand Down

0 comments on commit 4e7126a

Please sign in to comment.