From 59805360a7236ce0594b0c8c7bc5925f8efe35a7 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 12 Jan 2021 16:15:24 -0800 Subject: [PATCH] Upgrade to Spring Build Conventions Gradle Plugin 0.0.35.RELEASE. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 94bdd8f..c98f3f6 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {