From b86067bc473c941da7f85f5c2b30d5707f9056c1 Mon Sep 17 00:00:00 2001 From: Alessandro Zanin Date: Sun, 10 Dec 2023 01:21:34 +0000 Subject: [PATCH] Update logback-classic to 1.4.14 --- 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 dd780dc..649b989 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.4.14" % 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 662215c..3e3705f 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.4.14" % 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"