File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,14 +46,14 @@ artifacts {
4646
4747dependencies {
4848 compileOnly ' com.google.appengine:appengine-api-1.0-sdk:1.9.64'
49- api ' com.squareup.okhttp3:okhttp:3.10 .0'
49+ api ' com.squareup.okhttp3:okhttp:3.11 .0'
5050 api ' joda-time:joda-time:2.10'
5151 implementation ' com.google.code.gson:gson:2.8.5'
5252 implementation ' org.slf4j:slf4j-api:1.7.25'
5353 testImplementation ' junit:junit:4.12'
54- testImplementation ' org.mockito:mockito-core:2.19 .0'
55- testImplementation ' com.squareup.okhttp3:mockwebserver:3.10 .0'
56- testImplementation ' org.apache.httpcomponents:httpclient:4.5.5 '
54+ testImplementation ' org.mockito:mockito-core:2.21 .0'
55+ testImplementation ' com.squareup.okhttp3:mockwebserver:3.11 .0'
56+ testImplementation ' org.apache.httpcomponents:httpclient:4.5.6 '
5757 testImplementation ' org.slf4j:slf4j-simple:1.7.25'
5858 testImplementation ' commons-lang:commons-lang:2.6'
5959 testImplementation ' org.json:json:20180130'
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.8.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.9 -all.zip
You can’t perform that action at this time.
0 commit comments