Skip to content

Commit 44f9e8b

Browse files
authored
Merge pull request #129 from auth0/security-fix
Security fix and dependencies update
2 parents 15950aa + 7227782 commit 44f9e8b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ compileJava {
3838
buildscript {
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

6161
dependencies {
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'

0 commit comments

Comments
 (0)