From f39672369ca1647d9f67a08e65904ce39cd324e2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:45:50 +0200 Subject: [PATCH] Update slf4j-simple to 2.0.16 (#363) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cédric Chantepie --- project/ReactiveMongo.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/ReactiveMongo.scala b/project/ReactiveMongo.scala index 7b78aaa0..3bc6f63b 100644 --- a/project/ReactiveMongo.scala +++ b/project/ReactiveMongo.scala @@ -27,7 +27,7 @@ final class ReactiveMongo { self => }, libraryDependencies ++= Seq( "org.reactivemongo" %% "reactivemongo" % reactiveMongoVer % Provided, - "org.slf4j" % "slf4j-simple" % "2.0.13" % Provided, + "org.slf4j" % "slf4j-simple" % "2.0.16" % Provided, "org.specs2" %% "specs2-core" % specsVer.value % Test ), libraryDependencies += {