From 3cc90dbd05b46be1fa4d3634ba7bfcc655f04043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 15:58:12 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:okhttp Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 5.0.0-alpha.16 to 5.3.2. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.0.0-alpha.16...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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 60ec87cbac..5d7eb56233 100644 --- a/build.gradle +++ b/build.gradle @@ -103,7 +103,7 @@ dependencies { implementation("org.knowm.xchart:xchart:3.8.8") // HTTP Client - implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.16") { + implementation("com.squareup.okhttp3:okhttp:5.3.2") { exclude module: "kotlin-stdlib" }