Bumped boot to 2.0.1.R

This commit is contained in:
Marcin Grzejszczak
2018-04-06 15:54:10 +02:00
parent 9abc2b39e1
commit 43d076f466
25 changed files with 25 additions and 25 deletions

View File

@@ -10,7 +10,7 @@ buildscript {
maven { url "http://repo.spring.io/plugins-staging-local/" }
}
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:2.0.0.RELEASE"
classpath "org.springframework.boot:spring-boot-gradle-plugin:2.0.1.RELEASE"
}
}

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.RELEASE</version>
<relativePath />
</parent>