Skip to content

Commit 0877ac2

Browse files
committed
Update logback-classic to 1.5.32
1 parent 866d979 commit 0877ac2

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.15"
1111
val sangriaCirce = "org.sangria-graphql" %% "sangria-circe" % "1.3.2"
12-
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.25"
12+
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.32"
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)