From e0103f62d6ba68eb86ef83934ba9bb0d660c2fd3 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Thu, 28 Jan 2021 18:14:51 +0100 Subject: [PATCH] Update to spring-build-conventions:0.0.27.1.RELEASE Fixes use of repo.spring.io --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 60fb88b1..65f75083 100644 --- a/build.gradle +++ b/build.gradle @@ -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" } }