diff --git a/app/build.gradle b/app/build.gradle index 55841287f6..fcc2757fb9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -163,7 +163,7 @@ dependencies { implementation 'com.github.pwittchen:reactivenetwork:0.13.0' // Network client - final okhttp_version = '4.8.0' + final okhttp_version = '4.8.1' implementation "com.squareup.okhttp3:okhttp:$okhttp_version" implementation "com.squareup.okhttp3:logging-interceptor:$okhttp_version" implementation "com.squareup.okhttp3:okhttp-dnsoverhttps:$okhttp_version"