diff --git a/build.sbt b/build.sbt index d78fd81..23851ae 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ val sbtDependencyCheck = (project in file(".")) .enablePlugins(SbtPlugin) .settings( libraryDependencies ++= Seq( - "org.owasp" % "dependency-check-core" % "8.1.2" + "org.owasp" % "dependency-check-core" % "8.4.3" ), sbtPlugin := true, dependencyUpdatesFilter -= moduleFilter(organization = "org.scala-lang") | moduleFilter(organization = "org.scala-sbt"), diff --git a/project/plugins.sbt b/project/plugins.sbt index 7606a5f..ead506a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,6 +7,6 @@ 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.owasp" % "dependency-check-core" % "8.4.3", "org.slf4j" % "slf4j-simple" % "2.0.9" )