From 5f1428de09d37376189ecf37862b6b1414a42b60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 22:23:46 +0000 Subject: [PATCH] build(deps): bump org.robolectric:robolectric from 4.13 to 4.16.1 Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.13 to 4.16.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.13...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-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 da700c4..3d2c5b3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ espresso = "3.6.1" mockk = "1.13.12" truth = "1.4.4" turbine = "1.1.0" -robolectric = "4.13" +robolectric = "4.16.1" kotlinxCoroutinesTest = "1.8.1" navigationCompose = "2.8.2" datastorePreferences = "1.1.1"