From 3d12c8c3f3705e1ab890c366c8924bfc3adedc25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:52:08 +0000 Subject: [PATCH] Bump io.qdrant:client from 1.17.0 to 1.18.3 in /modules/qdrant Bumps [io.qdrant:client](https://github.com/qdrant/java-client) from 1.17.0 to 1.18.3. - [Release notes](https://github.com/qdrant/java-client/releases) - [Commits](https://github.com/qdrant/java-client/compare/v1.17.0...v1.18.3) --- updated-dependencies: - dependency-name: io.qdrant:client dependency-version: 1.18.3 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 98b8fc403fc..6a51c8ab6a6 100644 --- a/modules/qdrant/build.gradle +++ b/modules/qdrant/build.gradle @@ -3,7 +3,7 @@ description = "Testcontainers :: Qdrant" dependencies { api project(':testcontainers') - testImplementation 'io.qdrant:client:1.17.0' + testImplementation 'io.qdrant:client:1.18.3' testImplementation platform('io.grpc:grpc-bom:1.80.0') testImplementation 'io.grpc:grpc-stub' testImplementation 'io.grpc:grpc-protobuf'