Skip to content

Commit

Permalink
Update dependency ch.qos.logback:logback-classic to v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2022
1 parent 482b1e2 commit 3fa4ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sangria/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-stream" % "2.6.20",
"com.typesafe.akka" %% "akka-http" % "10.2.10",
"com.typesafe.akka" %% "akka-http-core" % "10.2.10",
"ch.qos.logback" % "logback-classic" % "1.2.11" % Runtime,
"ch.qos.logback" % "logback-classic" % "1.4.2" % Runtime,
)

0 comments on commit 3fa4ae1

Please sign in to comment.