diff --git a/app/build.gradle b/app/build.gradle index bd8e176e1..79d8734aa 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -174,7 +174,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"