From 96f78ea5073d6490c00f86f812591bb5ad7926b7 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 04:43:43 +0000 Subject: [PATCH] chore(deps): update dependency com.squareup.okhttp3:okhttp to v5 --- rn-app-with-native/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rn-app-with-native/android/app/build.gradle b/rn-app-with-native/android/app/build.gradle index 9aaa7e0..7945cdd 100644 --- a/rn-app-with-native/android/app/build.gradle +++ b/rn-app-with-native/android/app/build.gradle @@ -162,7 +162,7 @@ dependencies { def nav_version = "2.3.5" implementation "androidx.navigation:navigation-fragment-ktx:$nav_version" implementation "androidx.navigation:navigation-ui-ktx:$nav_version" - implementation("com.squareup.okhttp3:okhttp:4.10.0") + implementation("com.squareup.okhttp3:okhttp:5.3.2") // The versions must be aligned with @datadog/mobile-react-native gradle versions implementation "com.datadoghq:dd-sdk-android-rum:2.23.0"