File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 }
55 dependencies {
66 // spring
7- classpath(' org.springframework.boot:spring-boot-gradle-plugin:1.3.5 .RELEASE' )
7+ classpath(' org.springframework.boot:spring-boot-gradle-plugin:1.4.0 .RELEASE' )
88 classpath(' org.springframework:springloaded:1.2.6.RELEASE' )
99 }
1010}
@@ -53,7 +53,7 @@ dependencies {
5353 // spring
5454 compile(' org.springframework.boot:spring-boot-starter-web' )
5555 // google gson
56- compile(' com.google.code.gson:gson:2.6.2 ' )
56+ compile(' com.google.code.gson:gson:2.7 ' )
5757
5858 // spring dev tools
5959 dev(' org.springframework.boot:spring-boot-devtools' )
Original file line number Diff line number Diff line change 1- # Tue Jul 12 16:32:44 CDT 2016
1+ # Wed Aug 17 10:44:02 CDT 2016
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.14-bin .zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.14-all .zip
You can’t perform that action at this time.
0 commit comments