diff --git a/tracker/build.gradle b/tracker/build.gradle index f25c479..0e35e1c 100644 --- a/tracker/build.gradle +++ b/tracker/build.gradle @@ -39,7 +39,7 @@ dependencies { // Robolectric testImplementation 'junit:junit:4.13.2' testImplementation 'org.hamcrest:hamcrest-core:2.2' - testImplementation 'org.hamcrest:hamcrest-library:2.2' + testImplementation 'org.hamcrest:hamcrest-library:3.0' testImplementation 'org.hamcrest:hamcrest-integration:1.3' testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'