From 8e325f2130b6c36eb4f91d049bbf04a05a95244a Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Mon, 22 Apr 2019 10:15:43 -0500 Subject: [PATCH] Upgrade to Spring Boot 2.1.4.RELEASE. --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6220217..e74caa2 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { kotlinVersion = '1.2.71' - springBootVersion = '2.1.3.RELEASE' + springBootVersion = '2.1.4.RELEASE' } repositories { mavenCentral() diff --git a/pom.xml b/pom.xml index 1209460..e19f12d 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.3.RELEASE + 2.1.4.RELEASE