diff --git a/build.gradle b/build.gradle index fbfcfa7b..bf9d7b51 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { 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 '11.1.1' apply false id "org.sonarqube" version "5.1.0.4882" id('io.github.gradle-nexus.publish-plugin') version '1.3.0' }