diff --git a/project/plugins.sbt b/project/plugins.sbt index 7606a5f..5dddc4b 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.17" )