From 5950f7196dd08280bbc41ab23648d05f2ea80f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 02:54:17 +0000 Subject: [PATCH] Bump org.robolectric:robolectric from 4.12.1 to 4.12.2 Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.12.1 to 4.12.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.12.1...robolectric-4.12.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... 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 d147a30..6dc713f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ androidx-core = "1.5.0" androidx-junit = "1.1.5" androidx-test-runner = "1.5.2" kover = "0.7.5" -robolectric = "4.12.1" +robolectric = "4.12.2" mockito-kotlin = "5.3.1" [libraries]