From 7b2d4dfe3b713c1add764a90adaf24811c825acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:22:41 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:okhttp from 4.12.0 to 5.3.2 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.12.0 to 5.3.2. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.12.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-major ... Signed-off-by: dependabot[bot] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index 25f5ea4..c30bfea 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -1,7 +1,7 @@ dependencies { implementation 'com.auth0:java-jwt:4.5.0' - implementation 'com.squareup.okhttp3:okhttp:4.12.0' + implementation 'com.squareup.okhttp3:okhttp:5.3.2' implementation 'com.google.code.gson:gson:2.9.1' testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.2'