Skip to content

Commit

Permalink
Update jjwt-api, jjwt-impl, jjwt-jackson to 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 6, 2023
1 parent 0dd0d80 commit 53877bd
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 @@ -30,7 +30,7 @@ object Dependencies {
val http4sJdkhttpClient = "org.http4s" %% "http4s-jdk-http-client" % "1.0.0-M9"
val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.6.0"
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.4.14"
val jjwtApi = "io.jsonwebtoken" % "jjwt-api" % "0.11.5"
val jjwtApi = "io.jsonwebtoken" % "jjwt-api" % "0.12.3"
val jjwtImpl = "io.jsonwebtoken" % "jjwt-impl" % jjwtApi.revision
val jjwtJackson = "io.jsonwebtoken" % "jjwt-jackson" % jjwtApi.revision
val millScriptVersion = "0.11.0-M10"
Expand Down

0 comments on commit 53877bd

Please sign in to comment.