We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf39cb commit 16f1fb9Copy full SHA for 16f1fb9
1 file changed
build.gradle
@@ -27,13 +27,13 @@ test {
27
}
28
29
dependencies {
30
- compile 'com.squareup.okhttp3:okhttp:3.9.0'
+ compile 'com.squareup.okhttp3:okhttp:3.9.1'
31
compile 'com.subshell.simpleframework:simple-xml:2.9.0'
32
compile 'org.slf4j:slf4j-api:1.7.25'
33
34
testRuntime 'ch.qos.logback:logback-classic:1.2.3'
35
testCompile 'junit:junit:4.12'
36
- testCompile 'org.mockito:mockito-core:2.11.0'
+ testCompile 'org.mockito:mockito-core:2.13.0'
37
38
39
license {
0 commit comments