Skip to content

Commit c941cee

Browse files
committed
Update okhttp 3.12.1, gson 2.8.5
1 parent 741f43e commit c941cee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ compileTestJava {
1010
}
1111

1212
dependencies {
13-
compile 'com.google.code.gson:gson:2.8.2'
14-
compile 'com.squareup.okhttp3:okhttp:3.9.0'
15-
compile 'com.squareup.okhttp3:logging-interceptor:3.9.0'
13+
compile 'com.google.code.gson:gson:2.8.5'
14+
compile 'com.squareup.okhttp3:okhttp:3.12.1'
15+
compile 'com.squareup.okhttp3:logging-interceptor:3.12.1'
1616

1717
testCompile 'junit:junit:4.12'
1818
testCompile 'nl.jqno.equalsverifier:equalsverifier:2.3'

0 commit comments

Comments
 (0)