Skip to content

Commit 3eea713

Browse files
authored
Merge pull request sangria-graphql#384 from scala-steward/update/logback-classic-1.5.18
Update logback-classic to 1.5.18
2 parents 5b0dd5c + 08daf15 commit 3eea713

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.5"
1111
val sangriaCirce = "org.sangria-graphql" %% "sangria-circe" % "1.3.2"
12-
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.17"
12+
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.18"
1313

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

0 commit comments

Comments
 (0)