Upgrade to Spring Build Conventions Gradle Plugin 0.0.34.RELEASE.

This commit is contained in:
John Blum
2020-09-16 21:15:53 -07:00
parent edde3551c9
commit a5e1416fdf

View File

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