From 7232a1acb4ac069f1352f6f56a2c5853379e3801 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 30 Nov 2023 03:06:18 +0000 Subject: [PATCH] Update logback-classic to 1.4.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a961237..6242e8b 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ libraryDependencies += "com.beachape" %% "enumeratum" % "1.7.2" libraryDependencies += "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.40.14" % Test libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.15" % Test libraryDependencies += "org.scalamock" %% "scalamock" % "5.2.0" % Test -libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.6" % Test +libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.13" % Test releaseProcess := Seq[ReleaseStep]( checkSnapshotDependencies, // : ReleaseStep