diff --git a/api-client/build.gradle b/api-client/build.gradle index 2af79178a..17cd5d92a 100644 --- a/api-client/build.gradle +++ b/api-client/build.gradle @@ -20,7 +20,7 @@ android { dependencies { // TODO: pin okhttp to a stable version. 5.x is needed for this fix: // https://github.com/square/okhttp/issues/6258 - def okhttpVersion = '5.0.0-alpha.12' + def okhttpVersion = '5.0.0-alpha.14' def retrofitVersion = '2.9.0' api "com.squareup.okhttp3:okhttp:$okhttpVersion"