diff --git a/build.gradle b/build.gradle index 9c13506..01e27db 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'me.champeau.jmh' version '0.7.2' apply false id 'com.github.ben-manes.versions' version '0.51.0' apply false - id 'org.owasp.dependencycheck' version '10.0.4' apply false + id 'org.owasp.dependencycheck' version '12.0.0' apply false id "com.github.spotbugs" version "6.0.23" apply false id 'io.morethan.jmhreport' version '0.9.6' apply false }