From bcba8e4b2f2b3bf39ef985d4eeba03f2c1454253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 10:24:58 +0000 Subject: [PATCH] chore(deps): 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] --- 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 648bb0de..3c512e0e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -40,7 +40,7 @@ junitktx = "1.3.0" leakcanaryAndroid = "2.14" mockk = "1.14.11" kover = "0.9.9" -robolectric = "4.16.1" +robolectric = "4.17" screenshot = "0.0.1-alpha14" truth = "1.4.5"