From 52169a7cfe94f8a0af4a33ed451f280618122a55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:00:49 +0000 Subject: [PATCH] Update dependency ch.qos.logback:logback-classic to v1.5.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9a211a2..21c0ada 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ mergifyExtraConditions := Seq( libraryDependencies ++= List( "com.github.sbt" % "junit-interface" % "0.13.3" % Test, - "ch.qos.logback" % "logback-classic" % "1.5.8" % Test, + "ch.qos.logback" % "logback-classic" % "1.5.9" % Test, "org.postgresql" % "postgresql" % "42.7.4" % Test )