Update to Spring Boot 1.4.2.RELEASE

Fixes gh-664
This commit is contained in:
Rob Winch
2016-11-10 15:10:12 -06:00
parent e9924d27a1
commit af7a5a208f

View File

@@ -18,7 +18,7 @@ plugins {
group = 'org.springframework.session'
ext.springBootVersion = '1.4.1.RELEASE'
ext.springBootVersion = '1.4.2.RELEASE'
ext.IDE_GRADLE = "$rootDir/gradle/ide.gradle"
ext.JAVA_GRADLE = "$rootDir/gradle/java.gradle"
ext.SPRING3_GRADLE = "$rootDir/gradle/spring3.gradle"