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.BUILD-SNAPSHOT'
wrapperVersion = '1.0.9.BUILD-SNAPSHOT'
wrapperVersion = '1.0.10.BUILD-SNAPSHOT'
}
repositories {
mavenLocal()

View File

@@ -63,7 +63,7 @@
<dependency>
<groupId>org.springframework.boot.experimental</groupId>
<artifactId>spring-boot-thin-layout</artifactId>
<version>1.0.4.RELEASE</version>
<version>1.0.10.RELEASE</version>
</dependency>
</dependencies>
</plugin>