From 20bf3e7ba4dee18772fa3fbe00ece9eb5d8b03dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 04:02:14 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp from 5.1.0 to 5.3.2 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 5.1.0 to 5.3.2. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.1.0...parent-5.3.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 421f4a2..dd9e9d7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -79,7 +79,7 @@ dependencies { } implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' - implementation 'com.squareup.okhttp3:okhttp:5.1.0' + implementation 'com.squareup.okhttp3:okhttp:5.3.2' implementation 'com.github.scribejava:scribejava-core:8.3.3' implementation 'com.github.scribejava:scribejava-httpclient-okhttp:8.3.3'