File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,9 @@ repositories {
1414 mavenCentral()
1515}
1616dependencies {
17- compile group : ' com.squareup.okhttp' , name : ' okhttp' , version :' 2.5.0'
18- compile group : ' com.google.code.gson' , name : ' gson' , version :' 2.3.1'
19- compile group : ' org.apache.commons' , name : ' commons-lang3' , version :' 3.3.2'
20- testCompile group : ' org.mockito' , name : ' mockito-core' , version :' 1.10.19'
17+ compile group : ' com.squareup.okhttp' , name : ' okhttp' , version :' 2.7.0'
18+ compile group : ' com.google.code.gson' , name : ' gson' , version :' 2.5'
19+ compile group : ' org.apache.commons' , name : ' commons-lang3' , version :' 3.4'
2120 testCompile group : ' org.mock-server' , name : ' mockserver-netty' , version :' 3.9.17'
2221 testCompile group : ' junit' , name : ' junit-dep' , version :' 4.11'
2322}
You can’t perform that action at this time.
0 commit comments