Update to thin launcher 1.0.10

This commit is contained in:
Dave Syer
2018-04-16 15:46:56 +01:00
parent f61c31512c
commit 74b80c069c
13 changed files with 15 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
buildscript {
ext {
springBootVersion = '1.5.11.RELEASE'
wrapperVersion = '1.0.9.RELEASE'
wrapperVersion = '1.0.10.RELEASE'
}
repositories {
mavenLocal()

View File

@@ -21,7 +21,7 @@
<java.version>1.8</java.version>
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
<reactor.version>3.1.2.RELEASE</reactor.version>
<wrapper.version>1.0.9.RELEASE</wrapper.version>
<wrapper.version>1.0.10.RELEASE</wrapper.version>
</properties>
<dependencies>