From 322afb53684f453b337b3f9ed65e7e24bdf77141 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Dec 2025 16:11:05 +0000 Subject: [PATCH] Update logback-classic to 1.5.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 544aca0c..ca7b8a08 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ lazy val treehub = (project in file(".")) "com.typesafe.akka" %% "akka-slf4j" % akkaV, "org.scalatest" %% "scalatest" % scalaTestV % "test,it", - "ch.qos.logback" % "logback-classic" % "1.5.22", + "ch.qos.logback" % "logback-classic" % "1.5.23", "org.slf4j" % "slf4j-api" % "2.0.17", "io.github.uptane" %% "libats" % libatsV,