Upgrade to Spring Boot 2.0.8.RELEASE.
This commit is contained in:
parent
6524e2f94f
commit
5da37e9a23
|
@ -1,5 +1,5 @@
|
|||
:spring_version: current
|
||||
:spring_boot_version: 2.0.5.RELEASE
|
||||
:spring_boot_version: 2.0.8.RELEASE
|
||||
:Component: http://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/stereotype/Component.html
|
||||
:SpringApplication: http://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/SpringApplication.html
|
||||
:toc:
|
||||
|
|
|
@ -3,7 +3,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.5.RELEASE")
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.8.RELEASE")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.0.5.RELEASE</version>
|
||||
<version>2.0.8.RELEASE</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -3,7 +3,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.5.RELEASE")
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.8.RELEASE")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.0.5.RELEASE</version>
|
||||
<version>2.0.8.RELEASE</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
|
|
Loading…
Reference in New Issue