diff --git a/auto-configurations/vector-stores/spring-ai-qdrant-store-spring-boot-autoconfigure/pom.xml b/auto-configurations/vector-stores/spring-ai-qdrant-store-spring-boot-autoconfigure/pom.xml
index 2ee3249c67..e860a319d3 100644
--- a/auto-configurations/vector-stores/spring-ai-qdrant-store-spring-boot-autoconfigure/pom.xml
+++ b/auto-configurations/vector-stores/spring-ai-qdrant-store-spring-boot-autoconfigure/pom.xml
@@ -37,6 +37,9 @@
git@github.com:spring-projects/spring-ai.git
+
+ 1.65.1
+
@@ -45,6 +48,13 @@
${project.parent.version}
true
+
+
+ io.grpc
+ grpc-api
+ ${grpc.version}
+ provided
+
org.springframework.boot
spring-boot-starter