From 0254ac854fe25413b5b1f3097fbfeabd225782db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 09:26:54 +0000 Subject: [PATCH] Update dependency org.robolectric:robolectric to v4.12.2 (#260) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 d89ede7..e26935c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -42,7 +42,7 @@ junit = "4.13.2" # https://github.com/Kotlin/kotlinx.coroutines/releases coroutines = "1.8.1" # https://github.com/robolectric/robolectric/releases -robolectric = "4.12.1" +robolectric = "4.12.2" # https://mvnrepository.com/artifact/com.google.truth/truth truth = "1.4.2" # https://mockk.io/