Skip to content

Commit

Permalink
Merge pull request #638 from innFactory/update/logback-classic-1.5.8
Browse files Browse the repository at this point in the history
chore: update logback-classic, logback-core from 1.5.7 to 1.5.8
  • Loading branch information
mergify[bot] authored Sep 7, 2024
2 parents a011f8f + 75b197e commit 7c97c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ object Dependencies {

val sl4j = "org.slf4j" % "slf4j-api" % "2.0.16"
val sharedDeps = "com.google.cloud" % "google-cloud-shared-dependencies" % "3.34.0"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.7"
val logbackCore = "ch.qos.logback" % "logback-core" % "1.5.7"
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.40"

Expand Down

0 comments on commit 7c97c8a

Please sign in to comment.