diff --git a/build.gradle b/build.gradle index bcd85b142..736f8de50 100644 --- a/build.gradle +++ b/build.gradle @@ -99,7 +99,7 @@ ext.deps = [ junit : 'junit:junit:4.13.2', hamcrest : 'org.hamcrest:hamcrest-library:1.3', mockito : 'org.mockito:mockito-core:2.26.0', - okhttp3 : 'com.squareup.okhttp3:okhttp:3.14.1', + okhttp3 : 'com.squareup.okhttp3:okhttp:4.9.1', leakcanary : 'com.squareup.leakcanary:leakcanary-android:1.6.3', leakcanary2 : 'com.squareup.leakcanary:leakcanary-android:2.6', testCore : 'androidx.test:core:1.1.0',