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'
shadowVersion = '2.0.1'
}
repositories {

View File

@@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<wrapper.version>1.0.9.RELEASE</wrapper.version>
<wrapper.version>1.0.10.RELEASE</wrapper.version>
<aws-lambda-events.version>2.0.2</aws-lambda-events.version>
<reactor.version>3.1.2.RELEASE</reactor.version>
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>