From dbac56776cca8a2a0f81332625483dd7d911f266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:40:25 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.12.0 to 5.13.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.12.0 to 5.13.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.12.0...v5.13.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core 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 25d3f22..863ada0 100644 --- a/itf-chartizate-android/build.gradle +++ b/itf-chartizate-android/build.gradle @@ -57,7 +57,7 @@ dependencies { implementation 'org.jesperancinha.itf:itf-chartizate-api:5.0.1' implementation 'com.android.support:multidex:1.0.3' testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.0' - testImplementation 'org.mockito:mockito-core:5.12.0' + testImplementation 'org.mockito:mockito-core:5.13.0' androidTestImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.0' androidTestImplementation 'org.assertj:assertj-core:3.26.3' androidTestImplementation 'androidx.test:runner:1.6.2' @@ -80,7 +80,7 @@ dependencies { implementation 'org.jesperancinha.itf:itf-chartizate-api:5.0.1' implementation 'com.android.support:multidex:1.0.3' testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.0' - testImplementation 'org.mockito:mockito-core:5.12.0' + testImplementation 'org.mockito:mockito-core:5.13.0' androidTestImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.0' androidTestImplementation 'org.assertj:assertj-core:3.26.3' androidTestImplementation 'androidx.test:runner:1.6.2'