Upgrade to Spring Boot 2.1.4.RELEASE.

This commit is contained in:
Greg Turnquist
2019-04-22 10:15:43 -05:00
parent e0990f9d1f
commit 8e325f2130
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
buildscript {
ext {
kotlinVersion = '1.2.71'
springBootVersion = '2.1.3.RELEASE'
springBootVersion = '2.1.4.RELEASE'
}
repositories {
mavenCentral()

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.3.RELEASE</version>
<version>2.1.4.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>