diff --git a/build.gradle b/build.gradle index f5ab19af..437921f6 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { } dependencies { classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") - classpath 'org.owasp:dependency-check-gradle:10.0.1' + classpath 'org.owasp:dependency-check-gradle:10.0.2' } }