From 239b40c71b4643ac89cdbd14a8970c979324a52c Mon Sep 17 00:00:00 2001 From: Eyob Weldetensay Date: Wed, 5 Aug 2026 02:29:01 +0300 Subject: [PATCH] GH-6602: Align OkHttp dependency on okhttp-jvm 5.3.2 Signed-off-by: Eyob Weldetensay --- models/spring-ai-anthropic/pom.xml | 2 +- models/spring-ai-openai/pom.xml | 2 +- pom.xml | 2 +- vector-stores/spring-ai-typesense-store/pom.xml | 8 +++++++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/models/spring-ai-anthropic/pom.xml b/models/spring-ai-anthropic/pom.xml index f80eccaad1..4aa4096875 100644 --- a/models/spring-ai-anthropic/pom.xml +++ b/models/spring-ai-anthropic/pom.xml @@ -34,7 +34,7 @@ com.squareup.okhttp3 - okhttp + okhttp-jvm ${okhttp3.version} diff --git a/models/spring-ai-openai/pom.xml b/models/spring-ai-openai/pom.xml index cfc884feeb..ae7f21b502 100644 --- a/models/spring-ai-openai/pom.xml +++ b/models/spring-ai-openai/pom.xml @@ -32,7 +32,7 @@ com.squareup.okhttp3 - okhttp + okhttp-jvm ${okhttp3.version} diff --git a/pom.xml b/pom.xml index 9be8ba2bc2..266c97cc2a 100644 --- a/pom.xml +++ b/pom.xml @@ -288,7 +288,7 @@ 5.0.0 1.1.0 9.12.3 - 4.12.0 + 5.3.2 4.3.4 2.2.38 diff --git a/vector-stores/spring-ai-typesense-store/pom.xml b/vector-stores/spring-ai-typesense-store/pom.xml index d9d0330d1c..37fe9cfb8b 100644 --- a/vector-stores/spring-ai-typesense-store/pom.xml +++ b/vector-stores/spring-ai-typesense-store/pom.xml @@ -20,7 +20,7 @@ com.squareup.okhttp3 - okhttp + okhttp-jvm ${okhttp3.version} @@ -37,6 +37,12 @@ org.typesense typesense-java ${typesense.version} + + + com.squareup.okhttp3 + okhttp + +