From 27e6ba4d554c9100fd9aedf14e458be8e74ba21a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 08:43:32 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:okhttp from 5.3.2 to 5.4.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 5.3.2 to 5.4.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.2...parent-5.4.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/build.gradle b/core/build.gradle index 0592576..2293007 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -1,10 +1,10 @@ dependencies { implementation 'com.auth0:java-jwt:4.5.2' - implementation 'com.squareup.okhttp3:okhttp:5.3.2' + implementation 'com.squareup.okhttp3:okhttp:5.4.0' implementation 'com.google.code.gson:gson:2.14.0' - testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.2' + testImplementation 'com.squareup.okhttp3:mockwebserver:5.4.0' testImplementation 'org.mockito:mockito-core:5.23.0' testImplementation 'org.mockito:mockito-junit-jupiter:5.23.0' }