Upgrade to Spring Build Conventions Gradle Plugin 0.0.25.RELEASE.

This commit is contained in:
John Blum
2019-05-29 13:26:46 -07:00
parent a2818331fc
commit 71c6f40699

View File

@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath 'io.spring.gradle:spring-build-conventions:0.0.23.RELEASE'
classpath 'io.spring.gradle:spring-build-conventions:0.0.25.RELEASE'
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
}
repositories {