Switch to Boot 1.5.4.RELEASE for samples in Gradle

This commit is contained in:
Dave Syer
2017-06-13 14:52:43 +01:00
parent ac28dd204c
commit 186886029b
7 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ buildscript {
maven { url "http://repo.spring.io/plugins-staging-local/" }
}
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:1.5.4.BUILD-SNAPSHOT"
classpath "org.springframework.boot:spring-boot-gradle-plugin:1.5.4.RELEASE"
}
}