From 9019fdcc8e82102dd7d6a9d06a6497ceab432cf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 22:50:27 +0000 Subject: [PATCH 1/2] Bump com.squareup.okhttp3:okhttp from 4.12.0 to 5.0.0 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] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9d8d1efecc..8eead483ee 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ 4.10.0 0.9.6 3.0.1 - 4.12.0 + 5.1.0 3.24.2 2.0.17 From 56c5fbf7497315c63a8c5de104ce325040013053 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Mon, 7 Jul 2025 21:11:57 -0500 Subject: [PATCH 2/2] Use jvm version of okhttp --- okhttp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/okhttp/pom.xml b/okhttp/pom.xml index db5881b131..e8e95dca95 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -25,7 +25,7 @@ com.squareup.okhttp3 - okhttp + okhttp-jvm ${okhttp.version}