From 6a7ef980f84fe02e4302c296b8f597e4daa24d27 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Wed, 14 Apr 2021 11:02:40 +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 fe038f2..d6dbe44 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.5.RELEASE' }