Skip to content

Commit

Permalink
Update logback-classic to 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
azanin committed Sep 1, 2024
1 parent a7ae9e0 commit 54c4bbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lazy val root = (project in file("."))
"com.softwaremill.sttp.tapir" %% "tapir-openapi-circe-yaml" % "0.17.20",
"com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-http4s" % "0.17.20",
"io.circe" %% "circe-generic" % "0.14.2",
"ch.qos.logback" % "logback-classic" % "1.2.13" % Runtime,
"ch.qos.logback" % "logback-classic" % "1.5.7" % Runtime,
"com.codecommit" %% "cats-effect-testing-scalatest" % "0.5.4",
"org.http4s" %% "http4s-blaze-client" % "0.21.34",
"org.http4s" %% "http4s-circe" % "0.21.34",
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lazy val commonSettings = Seq(
"com.softwaremill.sttp.tapir" %% "tapir-openapi-circe-yaml" % "0.17.20",
"com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-http4s" % "0.17.20",
"io.circe" %% "circe-generic" % "0.14.2",
"ch.qos.logback" % "logback-classic" % "1.2.13" % Runtime,
"ch.qos.logback" % "logback-classic" % "1.5.7" % Runtime,
"com.codecommit" %% "cats-effect-testing-scalatest" % "0.5.4",
"org.http4s" %% "http4s-blaze-client" % "0.21.34",
"org.http4s" %% "http4s-circe" % "0.21.34"
Expand Down

0 comments on commit 54c4bbf

Please sign in to comment.