diff --git a/build.gradle b/build.gradle index 0bba3b9f6f..3276bdfe0e 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { dependencies { classpath "gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.5.1" classpath "se.bjurr.violations:violations-gradle-plugin:1.47" - classpath 'org.owasp:dependency-check-gradle:6.0.2' + classpath 'org.owasp:dependency-check-gradle:6.0.3' } }