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
+
+