Update to spring-boot-gradle-plugin 1.5.18

Fixes gh-6408
This commit is contained in:
Joe Grandja 2019-01-10 15:38:51 -05:00
parent 853765c55c
commit f79fe3ce46

View File

@ -11,7 +11,7 @@ buildscript {
classpath('me.champeau.gradle:gradle-javadoc-hotfix-plugin:0.1')
classpath('org.asciidoctor:asciidoctor-gradle-plugin:1.5.1')
classpath("io.spring.gradle:docbook-reference-plugin:0.3.1")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.17.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.18.RELEASE")
}
}