From af6e99d8329e6edfc620928b8e926b29bfe94055 Mon Sep 17 00:00:00 2001 From: "gitbucket-bot[bot]" <256891351+gitbucket-bot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:40:27 +0000 Subject: [PATCH] Update logback-classic to 1.5.32 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 05ed48198..668e7be04 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ libraryDependencies ++= Seq( "com.h2database" % "h2" % "2.4.240", "org.mariadb.jdbc" % "mariadb-java-client" % "2.7.13", "org.postgresql" % "postgresql" % "42.7.10", - "ch.qos.logback" % "logback-classic" % "1.5.31", + "ch.qos.logback" % "logback-classic" % "1.5.32", "com.zaxxer" % "HikariCP" % "7.0.2" exclude ("org.slf4j", "slf4j-api"), "com.typesafe" % "config" % "1.4.5", "fr.brouillard.oss.security.xhub" % "xhub4j-core" % "1.1.0",