File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ buildscript {
66 }
77 dependencies {
88 // spring
9- classpath(' org.springframework.boot:spring-boot-gradle-plugin:1.4.0 .RELEASE' )
9+ classpath(' org.springframework.boot:spring-boot-gradle-plugin:1.5.2 .RELEASE' )
1010 classpath(' org.springframework:springloaded:1.2.6.RELEASE' )
1111 }
1212}
1313
1414apply plugin : ' java'
1515apply plugin : ' eclipse'
1616apply plugin : ' idea'
17- apply plugin : ' spring- boot'
17+ apply plugin : ' org.springframework. boot'
1818
1919repositories {
2020 mavenCentral()
3636
3737jar {
3838 baseName = ' spring-boot-angular2'
39- version = ' 1.0.3 '
39+ version = ' 1.0.4 '
4040}
4141
4242sourceCompatibility = 1.8
@@ -48,15 +48,15 @@ configurations {
4848
4949dependencies {
5050 // spring
51- compile(' org.springframework.boot:spring-boot-starter-web' )
51+ compile(' org.springframework.boot:spring-boot-starter-web:1.5.2.RELEASE ' )
5252 // google gson
53- compile(' com.google.code.gson:gson:2.7 ' )
53+ compile(' com.google.code.gson:gson:2.8.0 ' )
5454
5555 // spring dev tools
56- dev(' org.springframework.boot:spring-boot-devtools' )
56+ dev(' org.springframework.boot:spring-boot-devtools:1.5.2.RELASE ' )
5757
5858 // testing
59- testCompile(' org.springframework.boot:spring-boot-starter-test' )
59+ testCompile(' org.springframework.boot:spring-boot-starter-test:1.5.2.RELASE ' )
6060}
6161
6262// run spring boot app
You can’t perform that action at this time.
0 commit comments