Skip to content

Commit

Permalink
Merge pull request #141 from azanin/update/logback-classic-1.2.13
Browse files Browse the repository at this point in the history
Update logback-classic to 1.2.13
  • Loading branch information
mergify[bot] authored Dec 3, 2023
2 parents 744286e + 6d2e40a commit 91032ed
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.12" % Runtime,
"ch.qos.logback" % "logback-classic" % "1.2.13" % 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.12" % Runtime,
"ch.qos.logback" % "logback-classic" % "1.2.13" % 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 91032ed

Please sign in to comment.