diff --git a/build.gradle b/build.gradle index d92634a27..b0636f421 100644 --- a/build.gradle +++ b/build.gradle @@ -94,7 +94,7 @@ ext.deps = [ junit : 'junit:junit:4.13.2', hamcrest : 'org.hamcrest:hamcrest-library:2.2', mockito : 'org.mockito:mockito-core:3.12.4', - okhttp3 : 'com.squareup.okhttp3:okhttp:4.9.1', + okhttp3 : 'com.squareup.okhttp3:okhttp:4.9.2', leakcanary : 'com.squareup.leakcanary:leakcanary-android:1.6.3', leakcanary2 : 'com.squareup.leakcanary:leakcanary-android:2.6', protobuf : 'com.google.protobuf:protobuf-java:3.18.0',