Skip to content

Commit

Permalink
Update nimbus-jose-jwt to 9.48 (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Jan 7, 2025
1 parent aed274e commit 2483246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lazy val scala213 = "2.13.15"
scalaVersion := scala213
crossScalaVersions := Seq(scala212, scala213)

val nimbusJwt = "com.nimbusds" % "nimbus-jose-jwt" % "9.47"
val nimbusJwt = "com.nimbusds" % "nimbus-jose-jwt" % "9.48"
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.1" % Test
val scalatest = "org.scalatest" %% "scalatest" % "3.2.19" % Test
Expand Down

0 comments on commit 2483246

Please sign in to comment.