Skip to content

Commit

Permalink
Update nimbus-jose-jwt to 9.41.1 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Sep 24, 2024
1 parent 7301bec commit b43c4f4
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.14"
scalaVersion := scala213
crossScalaVersions := Seq(scala212, scala213)

val nimbusJwt = "com.nimbusds" % "nimbus-jose-jwt" % "9.40"
val nimbusJwt = "com.nimbusds" % "nimbus-jose-jwt" % "9.41.1"
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 b43c4f4

Please sign in to comment.