Skip to content

Commit 0264233

Browse files
authored
Merge pull request #3688 from scala-steward/update/jjwt-api-0.13.0
Update jjwt-api, jjwt-impl, jjwt-jackson to 0.13.0
2 parents 944ce66 + 7e8ea49 commit 0264233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ object Dependencies {
2929
val http4sJdkhttpClient = "org.http4s" %% "http4s-jdk-http-client" % "1.0.0-M10"
3030
val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.7.1"
3131
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.18"
32-
val jjwtApi = "io.jsonwebtoken" % "jjwt-api" % "0.12.7"
32+
val jjwtApi = "io.jsonwebtoken" % "jjwt-api" % "0.13.0"
3333
val jjwtImpl = "io.jsonwebtoken" % "jjwt-impl" % jjwtApi.revision
3434
val jjwtJackson = "io.jsonwebtoken" % "jjwt-jackson" % jjwtApi.revision
3535
val millMain = "com.lihaoyi" % "mill-main_2.13" % "0.12.15"

0 commit comments

Comments
 (0)