From d4da02155f1126d10f2df0d4730c34b9aa74aa77 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Thu, 14 Feb 2019 23:37:00 +0100 Subject: [PATCH] Update OkHttp to 3.12.1. --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index b93f9342..993d59f3 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -12,7 +12,7 @@ dependencies { implementation 'com.lambdaworks:scrypt:1.4.0' implementation 'com.google.guava:guava:27.0.1-android' compile 'com.google.protobuf:protobuf-java:3.5.1' - implementation 'com.squareup.okhttp3:okhttp:3.12.0' + implementation 'com.squareup.okhttp3:okhttp:3.12.1' implementation 'org.slf4j:slf4j-api:1.7.25' implementation 'net.jcip:jcip-annotations:1.0' compileOnly 'org.fusesource.leveldbjni:leveldbjni-all:1.8'