From f65835301fe1c2eebdf5206c6b0fe457dd931014 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Mon, 27 Jul 2026 00:41:17 +0000 Subject: [PATCH] Update logback-classic to 1.6.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index df3be36..a83b728 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ import com.softwaremill.UpdateVersionInDocs val scalaTestV = "3.2.20" val circeV = "0.14.16" val slf4jV = "2.0.18" -val logbackV = "1.5.38" +val logbackV = "1.6.0" val tapirV = "1.13.28" val sttpClientV = "4.0.26" val zioV = "2.1.26" @@ -257,7 +257,7 @@ lazy val clientConformance = (project in file("client-conformance")) Compile / mainClass := Some("chimp.conformance.client.Main"), assembly / assemblyJarName := "chimp-client-conformance.jar", libraryDependencies ++= Seq( - "ch.qos.logback" % "logback-classic" % "1.5.38" + "ch.qos.logback" % "logback-classic" % "1.6.0" ), conformance := { import complete.DefaultParsers.*