Skip to content

Commit

Permalink
chore: update logback-classic, logback-core from 1.2.12 to 1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jona7o committed Sep 23, 2023
1 parent c082077 commit 40a1798
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 @@ -53,8 +53,8 @@ object Dependencies {

val sl4j = "org.slf4j" % "slf4j-api" % "2.0.9" intransitive
val sharedDeps = "com.google.cloud" % "google-cloud-shared-dependencies" % "3.16.0"
val logback = "ch.qos.logback" % "logback-classic" % "1.2.12"
val logbackCore = "ch.qos.logback" % "logback-core" % "1.2.12"
val logback = "ch.qos.logback" % "logback-classic" % "1.4.11"
val logbackCore = "ch.qos.logback" % "logback-core" % "1.4.11"

lazy val list = Seq(
scalaUtil,
Expand Down

0 comments on commit 40a1798

Please sign in to comment.