Skip to content

Commit a726368

Browse files
committed
fixing broken builds from OWASP due to NVD changing some URLs
1 parent 40369d8 commit a726368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
//these have to be in the main project for now see - https://discuss.gradle.org/t/how-do-i-include-buildscript-block-from-external-gradle-script/7016/2
55
id "com.github.kt3k.coveralls" version "2.8.1"
66
id "de.aaschmid.cpd" version "1.0"
7-
id "org.owasp.dependencycheck" version "3.1.1"
7+
id "org.owasp.dependencycheck" version "3.1.2"
88
id "com.dorongold.task-tree" version "1.3"
99
id "org.ajoberstar.grgit" version "2.0.1"
1010
id "com.github.spotbugs" version "1.4"

0 commit comments

Comments
 (0)