diff --git a/app/build.gradle b/app/build.gradle index c4270cc..3881986 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -81,8 +81,8 @@ dependencies { testImplementation platform("org.junit:junit-bom:5.14.3") testImplementation "org.junit.jupiter:junit-jupiter-api" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine" - testImplementation "org.mockito:mockito-core:5.21.0" - testImplementation "org.mockito:mockito-junit-jupiter:5.21.0" + testImplementation "org.mockito:mockito-core:5.22.0" + testImplementation "org.mockito:mockito-junit-jupiter:5.22.0" // Instrumentation tests androidTestImplementation platform("org.junit:junit-bom:5.14.3") @@ -90,7 +90,7 @@ dependencies { androidTestImplementation "de.mannodermaus.junit5:android-test-core:2.0.1" androidTestRuntimeOnly "de.mannodermaus.junit5:android-test-runner:2.0.1" androidTestImplementation "androidx.test:runner:1.7.0" - androidTestImplementation ("org.mockito:mockito-android:5.21.0") { + androidTestImplementation ("org.mockito:mockito-android:5.22.0") { exclude group: 'net.bytebuddy', module: 'byte-buddy' exclude group: 'net.bytebuddy', module: 'byte-buddy-agent' }