diff --git a/modules/qdrant/build.gradle b/modules/qdrant/build.gradle index 849cafeb37f..c0a7100be5f 100644 --- a/modules/qdrant/build.gradle +++ b/modules/qdrant/build.gradle @@ -4,7 +4,7 @@ dependencies { api project(':testcontainers') testImplementation 'io.qdrant:client:1.16.1' - testImplementation platform('io.grpc:grpc-bom:1.75.0') + testImplementation platform('io.grpc:grpc-bom:1.77.0') testImplementation 'io.grpc:grpc-stub' testImplementation 'io.grpc:grpc-protobuf' testImplementation 'io.grpc:grpc-netty-shaded'