From 08651c08b254d407daad5099d74987fd8792920e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 12 Aug 2024 11:15:14 +0000 Subject: [PATCH] :arrow_up: Update slf4j-simple to 2.0.16 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7606a5f..cf20dd3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,5 +8,5 @@ addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1") Compile / unmanagedSourceDirectories += baseDirectory.value.getParentFile / "src" / "main" / "scala" libraryDependencies ++= Seq( "org.owasp" % "dependency-check-core" % "8.1.2", - "org.slf4j" % "slf4j-simple" % "2.0.9" + "org.slf4j" % "slf4j-simple" % "2.0.16" )