File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
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'
10
9
}
11
10
}
12
11
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ compileJava {
36
36
dependencies {
37
37
compile ' com.fasterxml.jackson.core:jackson-databind:2.9.6'
38
38
compile ' commons-codec:commons-codec:1.11'
39
- testCompile ' org.bouncycastle:bcprov-jdk15on:1.58 '
39
+ testCompile ' org.bouncycastle:bcprov-jdk15on:1.59 '
40
40
testCompile ' junit:junit:4.12'
41
41
testCompile ' net.jodah:concurrentunit:0.4.3'
42
42
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 '
44
44
}
45
45
46
46
jacocoTestReport {
You can’t perform that action at this time.
0 commit comments