diff --git a/build.gradle b/build.gradle index c8df14b3b..2430228eb 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { id 'ca.cutterslade.analyze' version '1.9.1' id 'io.spring.dependency-management' version '1.1.4' apply false id 'org.springframework.boot' version '3.1.5' apply false - id 'org.owasp.dependencycheck' version '8.4.3' + id 'org.owasp.dependencycheck' version '9.0.0' id 'com.diffplug.spotless' version '6.22.0' id 'com.bmuschko.docker-spring-boot-application' version '9.3.7' apply false }