diff --git a/bindings/react-native/android/build.gradle b/bindings/react-native/android/build.gradle index 85e83fdc..6a49fab4 100644 --- a/bindings/react-native/android/build.gradle +++ b/bindings/react-native/android/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation 'net.java.dev.jna:jna:5.19.1@aar' // OkHttp for WebSocket support in InternetManager - implementation 'com.squareup.okhttp3:okhttp:4.12.0' + implementation 'com.squareup.okhttp3:okhttp:5.5.0' // AndroidX Security Crypto for MlsSecureStorage implementation 'androidx.security:security-crypto:1.1.0'