@@ -45,17 +45,17 @@ artifacts {
4545}
4646
4747dependencies {
48- compile ' com.google.code.gson:gson:2.8.1 '
49- compile ' com.squareup.okhttp3:okhttp:3.8.1 '
50- compileOnly ' com.google.appengine:appengine-api-1.0-sdk:1.9.54 '
51- compile ' org.slf4j:slf4j-api:1.7.25'
52- testCompile ' junit:junit:4.12'
53- testCompile ' org.mockito:mockito-core:1.10.19 '
54- testCompile ' com.squareup.okhttp3:mockwebserver:3.8.1 '
55- testCompile ' org.apache.httpcomponents:httpclient:4.5.3 '
56- testCompile ' org.slf4j:slf4j-simple:1.7.25'
57- testCompile ' commons-lang:commons-lang:2.6'
58- testCompile ' org.json:json:20170516 '
48+ compileOnly ' com.google.appengine:appengine-api-1.0-sdk:1.9.65 '
49+ api ' com.squareup.okhttp3:okhttp:3.11.0 '
50+ implementation ' com.google.code.gson:gson:2.8.5 '
51+ implementation ' org.slf4j:slf4j-api:1.7.25'
52+ testImplementation ' junit:junit:4.12'
53+ testImplementation ' org.mockito:mockito-core:2.22.0 '
54+ testImplementation ' com.squareup.okhttp3:mockwebserver:3.11.0 '
55+ testImplementation ' org.apache.httpcomponents:httpclient:4.5.6 '
56+ testImplementation ' org.slf4j:slf4j-simple:1.7.25'
57+ testImplementation ' commons-lang:commons-lang:2.6'
58+ testImplementation ' org.json:json:20180813 '
5959}
6060
6161task updateVersion (type : Copy ) {
0 commit comments