Update thin launcher to 1.0.5

This commit is contained in:
Dave Syer
2017-06-29 08:50:33 +01:00
parent d826884d02
commit cf707fd872
7 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<reactor.version>3.0.7.RELEASE</reactor.version>
<wrapper.version>1.0.4.RELEASE</wrapper.version>
<wrapper.version>1.0.5.RELEASE</wrapper.version>
</properties>
<dependencies>

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.4.RELEASE</wrapper.version>
<wrapper.version>1.0.5.RELEASE</wrapper.version>
<aws-lambda-events.version>1.2.1</aws-lambda-events.version>
<reactor.version>3.0.7.RELEASE</reactor.version>
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>