diff --git a/build.gradle b/build.gradle index 02a99892..1667da27 100644 --- a/build.gradle +++ b/build.gradle @@ -5,8 +5,7 @@ buildscript { dependencies { classpath("org.springframework.build.gradle:propdeps-plugin:0.0.7") classpath('org.asciidoctor:asciidoctor-gradle-plugin:1.5.1') - classpath("io.spring.gradle:spring-io-plugin:0.0.5.RELEASE") - classpath("io.spring.gradle:dependency-management-plugin:0.6.1.RELEASE") + classpath("io.spring.gradle:spring-io-plugin:0.0.6.RELEASE") } }