Upgrade to Spring Build Conventions Gradle Plugin 0.0.35.RELEASE.

This commit is contained in:
John Blum
2020-11-17 21:04:01 -08:00
parent a05668c6dd
commit 82ee2bbf22

View File

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