From 1bd37d1aaedc2573c7e015c891214da250eca2a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 07:35:23 +0000 Subject: [PATCH] Bump robolectric_version from 4.15.1 to 4.16 Bumps `robolectric_version` from 4.15.1 to 4.16. Updates `org.robolectric:robolectric` from 4.15.1 to 4.16 - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.15.1...robolectric-4.16) Updates `org.robolectric:annotations` from 4.15.1 to 4.16 - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.15.1...robolectric-4.16) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-version: '4.16' dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.robolectric:annotations dependency-version: '4.16' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 11ae3454d1..6f646e804a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -75,7 +75,7 @@ junit_ext_version = "1.3.0" truth_version = "1.4.4" livedata_testing_version = "1.3.0" mockk_version = "1.14.5" -robolectric_version = "4.15.1" +robolectric_version = "4.16" espresso_version = "3.7.0" espresso_accessibility_version = "4.1.1" barista_version = "4.3.0"