From 9e8681cc83106c48ef151401864a18d78ae35aa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 02:22:54 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:mockwebserver from 5.3.0 to 5.3.2 Bumps [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) from 5.3.0 to 5.3.2. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.0...parent-5.3.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 b58f727c..636ccb74 100644 --- a/tracker/build.gradle +++ b/tracker/build.gradle @@ -42,7 +42,7 @@ dependencies { testImplementation "org.hamcrest:hamcrest-library:3.0" testImplementation "org.hamcrest:hamcrest-integration:1.3" - testImplementation "com.squareup.okhttp3:mockwebserver:5.3.0" + testImplementation "com.squareup.okhttp3:mockwebserver:5.3.2" // Mocktio testImplementation "org.mockito:mockito-core:5.20.0"