From 5f43ae8c8120d86969b55f6279a6184abd7b054f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 20:10:42 +0000 Subject: [PATCH] Update mockito to v5.21.0 --- library/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 32e77d1..1c1d3b8 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -169,8 +169,8 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api' testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' - testImplementation 'org.mockito:mockito-core:5.20.0' - testImplementation 'org.mockito:mockito-junit-jupiter:5.20.0' + testImplementation 'org.mockito:mockito-core:5.21.0' + testImplementation 'org.mockito:mockito-junit-jupiter:5.21.0' testImplementation 'org.assertj:assertj-core:3.27.6' @@ -179,8 +179,8 @@ dependencies { androidTestImplementation 'org.junit.jupiter:junit-jupiter-api' androidTestImplementation 'org.junit.jupiter:junit-jupiter' androidTestImplementation 'org.junit.platform:junit-platform-launcher' - androidTestImplementation 'org.mockito:mockito-android:5.20.0' - androidTestImplementation 'org.mockito:mockito-junit-jupiter:5.20.0' + androidTestImplementation 'org.mockito:mockito-android:5.21.0' + androidTestImplementation 'org.mockito:mockito-junit-jupiter:5.21.0' androidTestImplementation 'org.assertj:assertj-core:3.27.6' }