diff --git a/build.gradle b/build.gradle index 2263170afc..6e94333e34 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { maven { url "https://repo.spring.io/plugins-release" } } dependencies { - classpath("org.springframework.build.gradle:propdeps-plugin:0.0.5") + classpath("org.springframework.build.gradle:propdeps-plugin:0.0.6") classpath("org.springframework.build.gradle:bundlor-plugin:0.1.2") classpath("org.springframework.build.gradle:springio-platform-plugin:0.0.2.RELEASE") classpath("org.gradle.api.plugins:gradle-tomcat-plugin:0.9.8")