From db0983ba2f89ed26af35ff043e555510e86b7f33 Mon Sep 17 00:00:00 2001 From: Maciej Szwaja Date: Wed, 4 Mar 2026 02:16:14 -0800 Subject: [PATCH] chore: bump okhttp version to 5.3.2 PiperOrigin-RevId: 878375304 --- core/pom.xml | 4 ++++ pom.xml | 14 ++++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index eefbcda79..93c72e745 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -74,6 +74,10 @@ com.squareup.okhttp3 okhttp + + com.squareup.okhttp3 + okhttp-jvm + com.google.auto.value auto-value-annotations diff --git a/pom.xml b/pom.xml index 7eaa11f84..b35a38451 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ 5.20.0 1.6.0 2.19.0 - 4.12.0 + 5.3.2 3.7.0 0.18.1 3.41.0 @@ -112,6 +112,13 @@ pom import + + com.squareup.okhttp3 + okhttp-bom + ${okhttp.version} + pom + import + @@ -144,11 +151,6 @@ google-genai ${google.genai.version} - - com.squareup.okhttp3 - okhttp - ${okhttp.version} - com.google.auto.value auto-value-annotations