From ec34407dceb3eaa0ebeb824e23dbfdcb289c24bd Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 17 Aug 2021 17:44:05 -0700 Subject: [PATCH] Upgrade to Spring Build Conventions Gradle Plugin 0.0.38. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5477541..df9009b 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { } } dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.37' + classpath 'io.spring.gradle:spring-build-conventions:0.0.38' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } }