From 52829fe2ce839607873de1b7379a7b2e7303d553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:29:22 +0000 Subject: [PATCH] Bump org.robolectric:robolectric from 4.11.1 to 4.12 Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.11.1 to 4.12. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.11.1...robolectric-4.12) --- updated-dependencies: - dependency-name: org.robolectric:robolectric 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 b0f4336..15cd3a4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ android = { module = "com.google.android:android", version = "4.1.1.4" } android-annotations = { module = "androidx.annotation:annotation", version = "1.7.1" } kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" } okhttp = { module = "com.squareup.okhttp3:okhttp", version = "4.12.0" } -robolectric = { module = "org.robolectric:robolectric", version = "4.11.1" } +robolectric = { module = "org.robolectric:robolectric", version = "4.12" } [plugins] dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }