From 563f6e634a0d3d23b9255021a9c23195160e1ba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 04:44:11 +0000 Subject: [PATCH] chore(deps): bump androidx.core:core in /bindings/react-native/android Bumps androidx.core:core from 1.13.1 to 1.19.0. --- updated-dependencies: - dependency-name: androidx.core:core dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bindings/react-native/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/react-native/android/build.gradle b/bindings/react-native/android/build.gradle index 85e83fdc..222aa7c1 100644 --- a/bindings/react-native/android/build.gradle +++ b/bindings/react-native/android/build.gradle @@ -91,7 +91,7 @@ dependencies { // JVM tests have to bring it themselves. Test-only: consumers keep getting // it from the host app. Hold at 1.13.x, the last line that builds against // compileSdk 34. - testImplementation 'androidx.core:core:1.13.1' + testImplementation 'androidx.core:core:1.19.0' // Real org.json for JVM unit tests (the android.jar org.json is a stub // that throws) — needed by RelayControlOpTranslatorTest. testImplementation 'org.json:json:20260719'