diff --git a/build.gradle b/build.gradle index e2493d8a60..49e4ae826c 100644 --- a/build.gradle +++ b/build.gradle @@ -427,7 +427,7 @@ dependencies { def retrofitVersion = "3.0.0" implementation "com.squareup.retrofit2:retrofit:$retrofitVersion" implementation "com.squareup.retrofit2:converter-kotlinx-serialization:$retrofitVersion" - implementation "com.squareup.okhttp3:okhttp:5.0.0" + implementation "com.squareup.okhttp3:okhttp:5.1.0" def roomVersion = '2.7.2' implementation "androidx.room:room-runtime:$roomVersion"