Skip to content

Commit 9f0a59a

Browse files
committed
Update logback-classic to 1.5.20
1 parent 7a15648 commit 9f0a59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object Dependencies {
99

1010
val sangria = "org.sangria-graphql" %% "sangria" % "4.2.11"
1111
val sangriaCirce = "org.sangria-graphql" %% "sangria-circe" % "1.3.2"
12-
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.18"
12+
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.20"
1313

1414
val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.3"
1515
val http4sEmberServer = "org.http4s" %% "http4s-ember-server" % V.http4s

0 commit comments

Comments
 (0)