diff --git a/build.gradle b/build.gradle index 6d4ac8e8b..5fdf2f549 100644 --- a/build.gradle +++ b/build.gradle @@ -101,7 +101,7 @@ ext.deps = [ junit : 'junit:junit:4.13.2', hamcrest : 'org.hamcrest:hamcrest-library:2.2', mockito : 'org.mockito:mockito-core:5.2.0', - okhttp3 : 'com.squareup.okhttp3:okhttp:4.9.3', + okhttp3 : 'com.squareup.okhttp3:okhttp:4.11.0', leakcanary : 'com.squareup.leakcanary:leakcanary-android:1.6.3', leakcanary2 : 'com.squareup.leakcanary:leakcanary-android:2.8.1', protobuf : 'com.google.protobuf:protobuf-java:3.22.3',