From 5a913c4ad59afb2e1ca738cfe7124af6adab1a07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 20:44:25 +0000 Subject: [PATCH] Bump io.qdrant:client from 1.15.0 to 1.16.1 in /modules/qdrant Bumps [io.qdrant:client](https://github.com/qdrant/java-client) from 1.15.0 to 1.16.1. - [Release notes](https://github.com/qdrant/java-client/releases) - [Commits](https://github.com/qdrant/java-client/compare/v1.15.0...v1.16.1) --- updated-dependencies: - dependency-name: io.qdrant:client dependency-version: 1.16.1 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 c67fd6c7f74..849cafeb37f 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.15.0' + testImplementation 'io.qdrant:client:1.16.1' testImplementation platform('io.grpc:grpc-bom:1.75.0') testImplementation 'io.grpc:grpc-stub' testImplementation 'io.grpc:grpc-protobuf'