From 62cb7e049c5c588706c59ea0e5044c94098e6057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:50:08 +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] --- digitalassetlinks/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digitalassetlinks/build.gradle b/digitalassetlinks/build.gradle index c262334..1e2e811 100644 --- a/digitalassetlinks/build.gradle +++ b/digitalassetlinks/build.gradle @@ -146,7 +146,7 @@ dependencies { testImplementation 'com.google.protobuf:protobuf-java:4.28.3' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-inline:5.2.0' - testImplementation 'org.robolectric:robolectric:4.14' + testImplementation 'org.robolectric:robolectric:4.14.1' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test:rules:1.6.1' androidTestImplementation 'androidx.test:runner:1.6.2'