From f7b45ac2969d268d1e9fc9659ab43c331c940d1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 07:14:33 -0700 Subject: [PATCH] chore(deps): bump org.robolectric:robolectric in /android (#594) Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.10.3 to 4.11.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.10.3...robolectric-4.11.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- android/walletlib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/walletlib/build.gradle b/android/walletlib/build.gradle index a2cb38f1f..973867183 100644 --- a/android/walletlib/build.gradle +++ b/android/walletlib/build.gradle @@ -114,7 +114,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'androidx.test:core:1.5.0' testImplementation 'androidx.arch.core:core-testing:2.2.0' - testImplementation 'org.robolectric:robolectric:4.10.3' + testImplementation 'org.robolectric:robolectric:4.11.1' testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3' compileOnly 'androidx.annotation:annotation:1.5.0'