From 6dd5ce1e294cab09a8e0742fea3433ccda9c3a76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 18:10:50 +0000 Subject: [PATCH] Bump org.mockito:mockito-android from 5.4.0 to 5.5.0 Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- itf-chartizate-android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itf-chartizate-android/build.gradle b/itf-chartizate-android/build.gradle index 8fcf9de..fb0f60e 100644 --- a/itf-chartizate-android/build.gradle +++ b/itf-chartizate-android/build.gradle @@ -62,7 +62,7 @@ dependencies { androidTestImplementation 'org.assertj:assertj-core:3.24.2' androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'org.mockito:mockito-android:5.4.0' + androidTestImplementation 'org.mockito:mockito-android:5.5.0' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test:runner:1.5.2' androidTestUtil 'androidx.test:orchestrator:1.4.2' @@ -85,7 +85,7 @@ dependencies { androidTestImplementation 'org.assertj:assertj-core:3.24.2' androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'org.mockito:mockito-android:5.4.0' + androidTestImplementation 'org.mockito:mockito-android:5.5.0' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test:runner:1.5.2' androidTestUtil 'androidx.test:orchestrator:1.4.2'