diff --git a/sample-network/build.gradle b/sample-network/build.gradle index 6920175..22c9d1a 100644 --- a/sample-network/build.gradle +++ b/sample-network/build.gradle @@ -35,5 +35,5 @@ dependencies { //this provides toUri(), by viewModel and other extensions implementation "androidx.fragment:fragment-ktx:1.8.6" - implementation 'com.squareup.okhttp3:okhttp:4.12.0' + implementation 'com.squareup.okhttp3:okhttp:5.3.2' }