Skip to content

Commit 5bfa61b

Browse files
author
borysn
committed
upgrade gradle dependencies
1 parent db585b2 commit 5bfa61b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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')
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Jul 12 16:32:44 CDT 2016
1+
#Wed Aug 17 10:44:02 CDT 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)