From 30963fc37a72499e32dc3146c2bb447f42bbd9d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 06:42:27 +0000 Subject: [PATCH] Bump org.robolectric:robolectric from 4.16.1 to 4.17 Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.16.1 to 4.17. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.16.1...robolectric-4.17) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-version: '4.17' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1807e4c..4c84796 100644 --- a/build.gradle +++ b/build.gradle @@ -83,7 +83,7 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "androidx.test.ext:junit:1.3.0" testImplementation "androidx.test:core:1.7.0" - testImplementation "org.robolectric:robolectric:4.16.1" + testImplementation "org.robolectric:robolectric:4.17" } apply from: ".github/publish/publishConfig.gradle"