Upgrade to Spring Build Conventions Gradle Plugin 0.0.35.RELEASE.

This commit is contained in:
John Blum
2020-11-17 20:08:16 -08:00
parent e1e790c21d
commit 67021bf082

View File

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