From 340b61486014907a2294433e218c0ad308ad057b Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Mon, 10 Jun 2019 09:14:05 +0200 Subject: [PATCH] Upgrade samples to Spring Boot 2.2.0.M2 Resolves: #1445 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 02ded8ec..ee733e70 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { snapshotBuild = version.endsWith('SNAPSHOT') milestoneBuild = !(releaseBuild || snapshotBuild) - springBootVersion = '2.2.0.M3' + springBootVersion = '2.2.0.M2' } repositories {