Upgrade to Spring Build Conventions Gradle Plugin 0.0.35.RELEASE.

This commit is contained in:
John Blum
2020-11-17 20:28:04 -08:00
parent 13a441dbc5
commit ff5fdd170e

View File

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