From e05532d48b8afe36a6d35540cca65f171e944f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:21:51 +0000 Subject: [PATCH] Bump io.qdrant:client from 1.14.1 to 1.15.0 in /modules/qdrant Bumps [io.qdrant:client](https://github.com/qdrant/java-client) from 1.14.1 to 1.15.0. - [Release notes](https://github.com/qdrant/java-client/releases) - [Commits](https://github.com/qdrant/java-client/compare/v1.14.1...v1.15.0) --- updated-dependencies: - dependency-name: io.qdrant:client dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/qdrant/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/qdrant/build.gradle b/modules/qdrant/build.gradle index 479928a5e0e..470004c16ec 100644 --- a/modules/qdrant/build.gradle +++ b/modules/qdrant/build.gradle @@ -4,7 +4,7 @@ dependencies { api project(':testcontainers') testImplementation 'org.assertj:assertj-core:3.27.3' - testImplementation 'io.qdrant:client:1.14.1' + testImplementation 'io.qdrant:client:1.15.0' testImplementation platform('io.grpc:grpc-bom:1.73.0') testImplementation 'io.grpc:grpc-stub' testImplementation 'io.grpc:grpc-protobuf'