Skip to content

Commit 1dfdae6

Browse files
committed
updated dependency check plugin
1 parent 975c1b8 commit 1dfdae6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 "1.4.5"
7+
id "org.owasp.dependencycheck" version "1.4.5.1"
88
id "com.dorongold.task-tree" version "1.3"
99
id "org.ajoberstar.grgit" version "1.7.0"
1010
}

0 commit comments

Comments
 (0)