From 24fed0668ab48e10e2b464e58ed9c8fecfc380c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 00:47:24 +0000 Subject: [PATCH] chore(deps): bump org.robolectric:robolectric in /android 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] --- android/clientlib-ktx/build.gradle | 2 +- android/walletlib/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/clientlib-ktx/build.gradle b/android/clientlib-ktx/build.gradle index 2634a63e2..fd11fa4bf 100644 --- a/android/clientlib-ktx/build.gradle +++ b/android/clientlib-ktx/build.gradle @@ -128,7 +128,7 @@ dependencies { testImplementation 'androidx.test:rules:1.5.0' testImplementation 'org.jetbrains.kotlin:kotlin-test:1.9.10' testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3' - testImplementation 'org.robolectric:robolectric:4.10.3' + testImplementation 'org.robolectric:robolectric:4.11.1' implementation 'org.mockito.kotlin:mockito-kotlin:4.1.0' implementation 'org.mockito:mockito-inline:5.2.0' 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'