Skip to content

Commit

Permalink
⬆️ Update dependency-check-core to 8.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 15, 2023
1 parent ccf1818 commit 1db79fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit 1db79fa

Please sign in to comment.