File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ compileJava {
3838buildscript {
3939 repositories {
4040 maven {
41- url " https://plugins.gradle.org/m2/"
41+ url ' https://plugins.gradle.org/m2/'
4242 }
4343 }
4444 dependencies {
45- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7 '
46- classpath " gradle.plugin.com.auth0.gradle:oss-library:0.6.0"
45+ classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.1 '
46+ classpath ' gradle.plugin.com.auth0.gradle:oss-library:0.6.0'
4747 }
4848}
4949
@@ -59,13 +59,13 @@ test {
5959}
6060
6161dependencies {
62- compile ' com.squareup.okhttp3:okhttp:3.7.0 '
63- compile ' com.squareup.okhttp3:logging-interceptor:3.7.0 '
64- compile ' com.fasterxml.jackson.core:jackson-databind:2.9.2 '
65- compile ' commons-codec:commons-codec:1.10 '
62+ compile ' com.squareup.okhttp3:okhttp:3.9.1 '
63+ compile ' com.squareup.okhttp3:logging-interceptor:3.9.1 '
64+ compile ' com.fasterxml.jackson.core:jackson-databind:2.9.5 '
65+ compile ' commons-codec:commons-codec:1.11 '
6666
67- testCompile ' org.mockito:mockito-core:2.5.4 '
68- testCompile ' com.squareup.okhttp3:mockwebserver:3.7.0 '
67+ testCompile ' org.mockito:mockito-core:2.18.3 '
68+ testCompile ' com.squareup.okhttp3:mockwebserver:3.9.1 '
6969 testCompile ' org.hamcrest:hamcrest-core:1.3'
7070 testCompile ' org.hamcrest:hamcrest-library:1.3'
7171 testCompile ' junit:junit:4.11'
You can’t perform that action at this time.
0 commit comments