From 9805a9ce233d3f58f2f42ba71d8810e23984d449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 10:09:01 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:okhttp in /android Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.12.0 to 5.0.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.12.0...parent-5.0.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 687fa9f6..1db2f58c 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -15,7 +15,7 @@ dependencies { runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.6' implementation 'com.auth0:jwks-rsa:0.22.2' - api 'com.squareup.okhttp3:okhttp:4.12.0' + api 'com.squareup.okhttp3:okhttp:5.0.0' api 'com.azure:azure-core:1.54.1' api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.8.4'