From 2dc89bd1b0f701aeaba838b3d5da1a29cd284d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 15:52:15 +0000 Subject: [PATCH] build(deps): bump org.robolectric:robolectric Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.16 to 4.16.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.16...robolectric-4.16.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-version: 4.16.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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..d98f4ce9 100644 --- a/bindings/react-native/android/build.gradle +++ b/bindings/react-native/android/build.gradle @@ -85,7 +85,7 @@ dependencies { } testImplementation 'junit:junit:4.13.2' - testImplementation 'org.robolectric:robolectric:4.16' + testImplementation 'org.robolectric:robolectric:4.16.1' // NotificationCompat reaches the production classpath transitively through // react-android, which is compileOnly in the standalone/CI harness — so the // JVM tests have to bring it themselves. Test-only: consumers keep getting