File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:2.2.2'
9- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7'
8+ classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.1'
109 }
1110}
1211
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ compileJava {
3636dependencies {
3737 compile ' com.fasterxml.jackson.core:jackson-databind:2.9.6'
3838 compile ' commons-codec:commons-codec:1.11'
39- testCompile ' org.bouncycastle:bcprov-jdk15on:1.58 '
39+ testCompile ' org.bouncycastle:bcprov-jdk15on:1.59 '
4040 testCompile ' junit:junit:4.12'
4141 testCompile ' net.jodah:concurrentunit:0.4.3'
4242 testCompile ' org.hamcrest:java-hamcrest:2.0.0.0'
43- testCompile ' org.mockito:mockito-core:2.11.0 '
43+ testCompile ' org.mockito:mockito-core:2.18.3 '
4444}
4545
4646jacocoTestReport {
You can’t perform that action at this time.
0 commit comments