From ee65f6326b63cebd328063c310c3344d1fb800b6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 2 Jun 2026 18:23:43 +0000 Subject: [PATCH] Update logback-classic to 1.5.34 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4c02dfee..065d7660 100644 --- a/build.sbt +++ b/build.sbt @@ -114,7 +114,7 @@ libraryDependencies ++= Seq( "io.reactivex.rxjava3" % "rxjava" % "3.1.12", "com.github.blemale" %% "scaffeine" % "5.3.0", - "ch.qos.logback" % "logback-classic" % "1.5.18", + "ch.qos.logback" % "logback-classic" % "1.5.34", "com.crobox.clickhouse" %% "client" % "1.2.6", "org.testcontainers" % "testcontainers" % testContainersVersion,