From 5e7adf8b5a0f84bcee55981fef6890a58e8ebe9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 23:16:51 +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 154388daad..b15aad2d90 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ 5.4.0 0.9.6 3.0.1 - 4.12.0 + 5.1.0 3.24.1 2.0.17 From 8dcf241cd3e0ce85c9a987427d5d753bcd2fa011 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Mon, 7 Jul 2025 21:11:19 -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 d61e71b6fa..8a10fcbb6d 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -25,7 +25,7 @@ com.squareup.okhttp3 - okhttp + okhttp-jvm ${okhttp.version}