From e94bdeb30d331bc59e4025a7a270dc747f63ee3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 22:12:32 +0000 Subject: [PATCH] Bump io.qdrant:client from 1.16.1 to 1.16.2 in /modules/qdrant Bumps [io.qdrant:client](https://github.com/qdrant/java-client) from 1.16.1 to 1.16.2. - [Release notes](https://github.com/qdrant/java-client/releases) - [Commits](https://github.com/qdrant/java-client/compare/v1.16.1...v1.16.2) --- updated-dependencies: - dependency-name: io.qdrant:client dependency-version: 1.16.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 849cafeb37f..3855226c9b5 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.16.1' + testImplementation 'io.qdrant:client:1.16.2' testImplementation platform('io.grpc:grpc-bom:1.75.0') testImplementation 'io.grpc:grpc-stub' testImplementation 'io.grpc:grpc-protobuf'