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 Nov 29, 2023
1 parent 1a9c3c1 commit 212ee6c
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 @@ -31,7 +31,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.13"
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 212ee6c

Please sign in to comment.