From 4260f8611cd6247f2f3668b0cdab03297cb478cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 02:27:18 +0000 Subject: [PATCH] Update dependency org.robolectric:robolectric to v4.17 --- 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 7a4520b..ce7ead7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.8.0 androidx-browser = { module = "androidx.browser:browser", version = "1.10.0" } androidx-test-junit = { module = "androidx.test.ext:junit-ktx", version = "1.3.0" } junit = { module = "junit:junit", version = "4.13.2" } -robolectric = { module = "org.robolectric:robolectric", version = "4.16.1" } +robolectric = { module = "org.robolectric:robolectric", version = "4.17" } mockk = { module = "io.mockk:mockk", version = "1.14.11" } truth = { module = "com.google.truth:truth", version = "1.4.5" }