From ed0bced462aafb0f561b7b8c1e86fe370ba12d32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:33:13 +0000 Subject: [PATCH] Bump org.robolectric:robolectric from 4.14 to 4.14.1 Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.14 to 4.14.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14...robolectric-4.14.1) --- 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 6a652e6..f9b52ea 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.9.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.14" } +robolectric = { module = "org.robolectric:robolectric", version = "4.14.1" } [plugins] dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }