Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: update nimbus-jose-jwt from 9.36 to 9.37
  • Loading branch information
jona7o committed Oct 17, 2023
commit 87296b6ac1e87bc5f88ce7b37a1ff227f87cf49a
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.4.11"
val logbackCore = "ch.qos.logback" % "logback-core" % "1.4.11"

val nimbusJwt = "com.nimbusds" % "nimbus-jose-jwt" % "9.36"
val nimbusJwt = "com.nimbusds" % "nimbus-jose-jwt" % "9.37"

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

Expand Down