From 49e04bfa0084d77096a4aaf76529a5cc0bc82731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:53:20 +0000 Subject: [PATCH] Bump org.mockito:mockito-android from 5.14.1 to 5.14.2 Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito) from 5.14.1 to 5.14.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.1...v5.14.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-android dependency-type: direct:production update-type: version-update:semver-patch ... 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 7a78c21..4d7f2a9 100644 --- a/itf-chartizate-android/build.gradle +++ b/itf-chartizate-android/build.gradle @@ -56,7 +56,7 @@ dependencies { androidTestImplementation 'org.assertj:assertj-core:3.26.3' androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' - androidTestImplementation 'org.mockito:mockito-android:5.14.1' + androidTestImplementation 'org.mockito:mockito-android:5.14.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test:runner:1.6.2' androidTestUtil 'androidx.test:orchestrator:1.5.0' @@ -79,7 +79,7 @@ dependencies { androidTestImplementation 'org.assertj:assertj-core:3.26.3' androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' - androidTestImplementation 'org.mockito:mockito-android:5.14.1' + androidTestImplementation 'org.mockito:mockito-android:5.14.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test:runner:1.6.2' androidTestUtil 'androidx.test:orchestrator:1.5.0'