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 33projects: []
44---
55:spring_version: current
6- :spring_boot_version: 1.2.7 .RELEASE
6+ :spring_boot_version: 1.3.0 .RELEASE
77:Controller: http://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/stereotype/Controller.html
88:DispatcherServlet: http://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/web/servlet/DispatcherServlet.html
99: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 {
33 mavenCentral()
44 }
55 dependencies {
6- classpath(" org.springframework.boot:spring-boot-gradle-plugin:1.2.7 .RELEASE" )
6+ classpath(" org.springframework.boot:spring-boot-gradle-plugin:1.3.0 .RELEASE" )
77 }
88}
99
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >org.springframework.boot</groupId >
1212 <artifactId >spring-boot-starter-parent</artifactId >
13- <version >1.2.7 .RELEASE</version >
13+ <version >1.3.0 .RELEASE</version >
1414 </parent >
1515
1616 <dependencies >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 mavenCentral()
44 }
55 dependencies {
6- classpath(" org.springframework.boot:spring-boot-gradle-plugin:1.2.7 .RELEASE" )
6+ classpath(" org.springframework.boot:spring-boot-gradle-plugin:1.3.0 .RELEASE" )
77 }
88}
99
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >org.springframework.boot</groupId >
1212 <artifactId >spring-boot-starter-parent</artifactId >
13- <version >1.2.7 .RELEASE</version >
13+ <version >1.3.0 .RELEASE</version >
1414 </parent >
1515
1616 <dependencies >
You can’t perform that action at this time.
0 commit comments