Skip to content

Commit

Permalink
Merge pull request #644 from innFactory/update/nimbus-jose-jwt-9.41.1
Browse files Browse the repository at this point in the history
chore: update nimbus-jose-jwt from 9.41 to 9.41.1
  • Loading branch information
mergify[bot] authored Sep 13, 2024
2 parents a27b5d6 + 059b037 commit 71c6331
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 @@ -64,7 +64,7 @@ object Dependencies {
val logback = "ch.qos.logback" % "logback-classic" % "1.5.8"
val logbackCore = "ch.qos.logback" % "logback-core" % "1.5.8"

val nimbusJwt = "com.nimbusds" % "nimbus-jose-jwt" % "9.41"
val nimbusJwt = "com.nimbusds" % "nimbus-jose-jwt" % "9.41.1"

val firebase = "com.google.firebase" % "firebase-admin" % "9.3.0"

Expand Down

0 comments on commit 71c6331

Please sign in to comment.