Update to Spring Boot 1.5.15

Fixes gh-5822
This commit is contained in:
Joe Grandja 2018-09-07 16:47:07 -04:00
parent e0f1121d5b
commit 0f7f0042ac
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ buildscript {
classpath('me.champeau.gradle:gradle-javadoc-hotfix-plugin:0.1')
classpath('org.asciidoctor:asciidoctor-gradle-plugin:1.5.1')
classpath("io.spring.gradle:docbook-reference-plugin:0.3.1")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.2.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.15.RELEASE")
}
}

View File

@ -36,7 +36,7 @@ ext.springDataCommonsVersion = '1.13.12.RELEASE'
ext.springDataJpaVersion = '1.11.12.RELEASE'
ext.springDataRedisVersion = '1.8.12.RELEASE'
ext.springSessionVersion = '1.3.2.RELEASE'
ext.springBootVersion = '1.5.12.RELEASE'
ext.springBootVersion = '1.5.15.RELEASE'
ext.thymeleafVersion = '3.0.9.RELEASE'
ext.jsonassertVersion = '1.4.0'
ext.validationApiVersion = '1.1.0.Final'