Skip to content

Commit f7f1192

Browse files
authored
Merge pull request #261 from auth0/security-fix
Bump dependencies
2 parents 1d56b22 + e7ff985 commit f7f1192

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.gradle

+1-2
Original file line numberDiff line numberDiff 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

lib/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ compileJava {
3636
dependencies {
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

4646
jacocoTestReport {

0 commit comments

Comments
 (0)