Skip to content

Commit 9778504

Browse files
Update dependency org.owasp:dependency-check-core to v12
1 parent 1272f70 commit 9778504

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ val sbtDependencyCheck = (project in file("."))
1111
.enablePlugins(SbtPlugin)
1212
.settings(
1313
libraryDependencies ++= Seq(
14-
"org.owasp" % "dependency-check-core" % "8.1.2"
14+
"org.owasp" % "dependency-check-core" % "12.1.6"
1515
),
1616
sbtPlugin := true,
1717
dependencyUpdatesFilter -= moduleFilter(organization = "org.scala-lang") | moduleFilter(organization = "org.scala-sbt"),

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")
77

88
Compile / unmanagedSourceDirectories += baseDirectory.value.getParentFile / "src" / "main" / "scala"
99
libraryDependencies ++= Seq(
10-
"org.owasp" % "dependency-check-core" % "8.1.2",
10+
"org.owasp" % "dependency-check-core" % "12.1.6",
1111
"org.slf4j" % "slf4j-simple" % "2.0.9"
1212
)

0 commit comments

Comments
 (0)