From a002d93cd79377ebf52a61f4033cef984be61a28 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 10:30:25 +0000 Subject: [PATCH] Update slf4j-simple to 2.0.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f136981..c1aada9 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ lazy val `slick-joda-mapper` = project.in(file(".")) "org.postgresql" % "postgresql" % "42.7.1" % "test", "org.testcontainers" % "mysql" % testContainerVersion % "test", "org.testcontainers" % "postgresql" % testContainerVersion % "test", - "org.slf4j" % "slf4j-simple" % "2.0.9" % "test", + "org.slf4j" % "slf4j-simple" % "2.0.12" % "test", "org.scalatest" %% "scalatest" % "3.2.17" % "test", ), libraryDependencies += {