Update to spring-build-conventions:0.0.27.1.RELEASE

Fixes use of repo.spring.io
This commit is contained in:
Eleftheria Stein
2021-01-28 18:14:51 +01:00
parent 304b496caf
commit e0103f62d6

View File

@@ -13,7 +13,7 @@ buildscript {
}
dependencies {
classpath 'io.spring.gradle:spring-build-conventions:0.0.27.RELEASE'
classpath 'io.spring.gradle:spring-build-conventions:0.0.27.1.RELEASE'
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
}
}