Update OkHttp to 3.12.6.

This commit is contained in:
Andreas Schildbach 2019-10-21 12:10:37 +02:00
parent 4acde579ee
commit 7982fc2456

View file

@ -11,7 +11,7 @@ dependencies {
compile 'org.bouncycastle:bcprov-jdk15to18:1.63'
implementation 'com.google.guava:guava:27.1-android'
compile 'com.google.protobuf:protobuf-java:3.9.2'
implementation 'com.squareup.okhttp3:okhttp:3.12.5'
implementation 'com.squareup.okhttp3:okhttp:3.12.6'
implementation 'org.slf4j:slf4j-api:1.7.28'
implementation 'net.jcip:jcip-annotations:1.0'
compileOnly 'org.fusesource.leveldbjni:leveldbjni-all:1.8'