From ec912556535843b7ea3191f5617ba25a295e1bf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 02:13:27 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:mockwebserver from 4.11.0 to 4.12.0 Bumps [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) from 4.11.0 to 4.12.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.11.0...parent-4.12.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tracker/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'