File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
:spring_version: current
2
- :spring_boot_version: 2.0.0 .RELEASE
2
+ :spring_boot_version: 2.0.1 .RELEASE
3
3
:Controller: http://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/stereotype/Controller.html
4
4
:DispatcherServlet: http://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/web/servlet/DispatcherServlet.html
5
5
:SpringApplication: http://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/SpringApplication.html
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
mavenCentral()
4
4
}
5
5
dependencies {
6
- classpath(" org.springframework.boot:spring-boot-gradle-plugin:2.0.0 .RELEASE" )
6
+ classpath(" org.springframework.boot:spring-boot-gradle-plugin:2.0.1 .RELEASE" )
7
7
}
8
8
}
9
9
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >org.springframework.boot</groupId >
12
12
<artifactId >spring-boot-starter-parent</artifactId >
13
- <version >2.0.0 .RELEASE</version >
13
+ <version >2.0.1 .RELEASE</version >
14
14
</parent >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
mavenCentral()
4
4
}
5
5
dependencies {
6
- classpath(" org.springframework.boot:spring-boot-gradle-plugin:2.0.0 .RELEASE" )
6
+ classpath(" org.springframework.boot:spring-boot-gradle-plugin:2.0.1 .RELEASE" )
7
7
}
8
8
}
9
9
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >org.springframework.boot</groupId >
12
12
<artifactId >spring-boot-starter-parent</artifactId >
13
- <version >2.0.0 .RELEASE</version >
13
+ <version >2.0.1 .RELEASE</version >
14
14
</parent >
15
15
16
16
<dependencies >
You can’t perform that action at this time.
0 commit comments