build.gradle: update OkHttp to 3.14.9

This commit is contained in:
Andreas Schildbach 2021-09-29 19:35:06 +02:00
parent 89f851cf75
commit 78f44e68c4

View file

@ -11,7 +11,7 @@ dependencies {
api 'org.bouncycastle:bcprov-jdk15to18:1.69'
api 'com.google.guava:guava:31.0.1-android'
api 'com.google.protobuf:protobuf-javalite:3.18.0'
api 'com.squareup.okhttp3:okhttp:3.12.13'
api 'com.squareup.okhttp3:okhttp:3.14.9'
implementation 'org.slf4j:slf4j-api:1.7.32'
implementation 'net.jcip:jcip-annotations:1.0'
compileOnly 'org.fusesource.leveldbjni:leveldbjni-all:1.8'