From df16ac96bbcf6541f8b303404eaf6192387df77d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 08:02:22 +0200 Subject: [PATCH] Bump org.robolectric:robolectric from 4.12 to 4.12.1 (#67) Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.12 to 4.12.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.12...robolectric-4.12.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 f92537a..9a71ec9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -30,7 +30,7 @@ junit = 'junit:junit:4.13.2' mockk = 'io.mockk:mockk:1.13.10' moshi = "com.squareup.moshi:moshi:1.15.1" moshi-kotlin = "com.squareup.moshi:moshi-kotlin:1.15.1" -robolectric = "org.robolectric:robolectric:4.12" +robolectric = "org.robolectric:robolectric:4.12.1" threeten-abp = "com.jakewharton.threetenabp:threetenabp:1.4.7" threeten-bp = "org.threeten:threetenbp:1.6.9"