diff --git a/build.sbt b/build.sbt index 8e1d2b8..9e2497c 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.5.3" % Test, + "ch.qos.logback" % "logback-classic" % "1.5.4" % Test, "org.postgresql" % "postgresql" % "42.7.2" % Test, )