From 730091669f6fc50082b2e9d6f807bec04f207ab0 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sun, 12 Jul 2026 00:40:31 +0000 Subject: [PATCH] Update logback-classic to 1.5.38 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 5f3281c..0a53ec3 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.37" +val logbackV = "1.5.38" val tapirV = "1.13.27" 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.37" + "ch.qos.logback" % "logback-classic" % "1.5.38" ), conformance := { import complete.DefaultParsers.*