Bump Boot in main sample

This commit is contained in:
Dave Syer
2018-08-07 15:17:28 +01:00
parent d0eb012371
commit fa116523de
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
buildscript {
ext {
springBootVersion = '2.0.3.RELEASE'
wrapperVersion = '1.0.12.RELEASE'
springBootVersion = '2.0.4.RELEASE'
wrapperVersion = '1.0.13.RELEASE'
}
repositories {
mavenLocal()

View File

@@ -13,14 +13,14 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.3.RELEASE</version>
<version>2.0.4.RELEASE</version>
<relativePath/>
</parent>
<properties>
<java.version>1.8</java.version>
<spring-cloud-function.version>2.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
<wrapper.version>1.0.12.RELEASE</wrapper.version>
<wrapper.version>1.0.13.RELEASE</wrapper.version>
</properties>
<dependencies>