From b4109f3f0c3e75278a4147fa74804183b4f890d5 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Feb 2024 09:56:24 +0100 Subject: [PATCH] Update slf4j-api to 2.0.12 (#814) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 379a7026..650417fe 100644 --- a/build.sbt +++ b/build.sbt @@ -95,7 +95,7 @@ libraryDependencies ++= Seq( "org.mockito" % "mockito-all" % "1.10.19" % "test", "joda-time" % "joda-time" % "2.12.7" % "test", "org.joda" % "joda-convert" % "2.2.3" % "test", - "org.slf4j" % "slf4j-api" % "2.0.11" % "test" + "org.slf4j" % "slf4j-api" % "2.0.12" % "test" ) // Test