From 549a2b7f0bf6deb25c6b258d92a07d3a45ec4d4f Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Wed, 19 Jun 2019 16:51:12 +0200 Subject: [PATCH] Upgrade samples to Spring Boot 2.2.0.M4 Resolves: #1459 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 003762a3..9294d874 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { snapshotBuild = version.endsWith('SNAPSHOT') milestoneBuild = !(releaseBuild || snapshotBuild) - springBootVersion = '2.2.0.M2' + springBootVersion = '2.2.0.M4' } repositories {