From 7160d964c4e6ce952330cf8e7de62528e210a453 Mon Sep 17 00:00:00 2001 From: Alessandro Zanin Date: Sun, 3 Mar 2024 01:15:16 +0000 Subject: [PATCH] Update logback-classic to 1.5.2 --- build.sbt | 2 +- src/main/g8/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index b010cdd..c3c8b3c 100644 --- a/build.sbt +++ b/build.sbt @@ -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.2" % 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", diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index 17bc064..d802ee6 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -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.2" % 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"