Upgrade to Spring Build Conventions Gradle Plugin 0.0.25.RELEASE.

This commit is contained in:
John Blum
2019-04-04 17:13:14 -07:00
parent e4fb67fd99
commit ca42211aef

View File

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