diff --git a/app/build.gradle b/app/build.gradle index 90bc3327..aae8c293 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -137,7 +137,7 @@ dependencies { implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' // Testing - testImplementation 'androidx.test:core:1.6.0' + testImplementation 'androidx.test:core:1.6.1' testImplementation 'androidx.arch.core:core-testing:2.2.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.12.0'