Skip to content

Commit 16f1fb9

Browse files
committed
Upgrade dependencies
1 parent edf39cb commit 16f1fb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ test {
2727
}
2828

2929
dependencies {
30-
compile 'com.squareup.okhttp3:okhttp:3.9.0'
30+
compile 'com.squareup.okhttp3:okhttp:3.9.1'
3131
compile 'com.subshell.simpleframework:simple-xml:2.9.0'
3232
compile 'org.slf4j:slf4j-api:1.7.25'
3333

3434
testRuntime 'ch.qos.logback:logback-classic:1.2.3'
3535
testCompile 'junit:junit:4.12'
36-
testCompile 'org.mockito:mockito-core:2.11.0'
36+
testCompile 'org.mockito:mockito-core:2.13.0'
3737
}
3838

3939
license {

0 commit comments

Comments
 (0)