From 5f357b72b77d7d9db23aa2c6fbf15bc94ade876b Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Wed, 14 Apr 2021 10:27:55 +0200 Subject: [PATCH] Upgrade spring-build-conventions to 0.0.37 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 43eb8ff..58a91cd 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.37' classpath 'io.spring.nohttp:nohttp-gradle:0.0.6.RELEASE' }