From 57823482762925a82b5d4f04915d3146335dc664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 06:42:39 +0000 Subject: [PATCH] Bump org.robolectric:robolectric from 4.16 to 4.16.1 Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.16 to 4.16.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.16...robolectric-4.16.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-version: 4.16.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d3808ae..1d4ade9 100644 --- a/build.gradle +++ b/build.gradle @@ -88,7 +88,7 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "androidx.test.ext:junit:1.3.0" testImplementation "androidx.test:core:1.7.0" - testImplementation "org.robolectric:robolectric:4.16" + testImplementation "org.robolectric:robolectric:4.16.1" } apply from: ".github/publish/publishConfig.gradle"