From 5f2cdb189418ca2cf7be901c6e4279885f47c218 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:46:06 +0000 Subject: [PATCH] Update dependency ch.qos.logback:logback-classic to v1.4.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e25cad3..4f573b0 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ mergifyExtraConditions := Seq( libraryDependencies ++= List( "com.github.sbt" % "junit-interface" % "0.13.3" % Test, - "ch.qos.logback" % "logback-classic" % "1.4.11" % Test, + "ch.qos.logback" % "logback-classic" % "1.4.12" % Test, "org.postgresql" % "postgresql" % "42.7.0" % Test, )