Skip to content

Commit f1fe045

Browse files
committed
Update Gson 2.8.1, OkHttp 3.8.1
1 parent 207fa08 commit f1fe045

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.0'
14-
compile 'com.squareup.okhttp3:okhttp:3.8.0'
15-
compile 'com.squareup.okhttp3:logging-interceptor:3.8.0'
13+
compile 'com.google.code.gson:gson:2.8.1'
14+
compile 'com.squareup.okhttp3:okhttp:3.8.1'
15+
compile 'com.squareup.okhttp3:logging-interceptor:3.8.1'
1616

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

0 commit comments

Comments
 (0)