diff --git a/tracker/build.gradle b/tracker/build.gradle index 56faa9a8..a8671677 100644 --- a/tracker/build.gradle +++ b/tracker/build.gradle @@ -42,7 +42,7 @@ dependencies { testImplementation 'org.hamcrest:hamcrest-library:2.2' testImplementation 'org.hamcrest:hamcrest-integration:1.3' - testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0' + testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0' // Mocktio testImplementation 'org.mockito:mockito-core:5.6.0'