File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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.5 "
1515 ),
1616 sbtPlugin := true ,
1717 dependencyUpdatesFilter -= moduleFilter(organization = " org.scala-lang" ) | moduleFilter(organization = " org.scala-sbt" ),
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")
77
88Compile / unmanagedSourceDirectories += baseDirectory.value.getParentFile / " src" / " main" / " scala"
99libraryDependencies ++= Seq (
10- " org.owasp" % " dependency-check-core" % " 8 .1.2 " ,
10+ " org.owasp" % " dependency-check-core" % " 12 .1.5 " ,
1111 " org.slf4j" % " slf4j-simple" % " 2.0.9"
1212)
You can’t perform that action at this time.
0 commit comments