From a520c6baecaff721fa3635d1d6f6381b8393bb25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 23:01:12 +0000 Subject: [PATCH 1/4] Bump io.grpc:grpc-bom from 1.68.0 to 1.73.0 in /modules/qdrant Bumps [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) from 1.68.0 to 1.73.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.68.0...v1.73.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-bom dependency-version: 1.73.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 790b22520ae..00735eae370 100644 --- a/modules/qdrant/build.gradle +++ b/modules/qdrant/build.gradle @@ -5,7 +5,7 @@ dependencies { testImplementation 'org.assertj:assertj-core:3.26.3' testImplementation 'io.qdrant:client:1.10.0' - testImplementation platform('io.grpc:grpc-bom:1.68.0') + testImplementation platform('io.grpc:grpc-bom:1.73.0') testImplementation 'io.grpc:grpc-stub' testImplementation 'io.grpc:grpc-protobuf' testImplementation 'io.grpc:grpc-netty-shaded' From 057141c2b98e5f9739acbb6673473fc6325de6bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 23:56:16 +0000 Subject: [PATCH 2/4] Bump io.milvus:milvus-sdk-java from 2.4.4 to 2.6.0 in /modules/milvus Bumps [io.milvus:milvus-sdk-java](https://github.com/milvus-io/milvus-sdk-java) from 2.4.4 to 2.6.0. - [Release notes](https://github.com/milvus-io/milvus-sdk-java/releases) - [Changelog](https://github.com/milvus-io/milvus-sdk-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/milvus-io/milvus-sdk-java/compare/v2.4.4...v2.6.0) --- updated-dependencies: - dependency-name: io.milvus:milvus-sdk-java dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/milvus/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/milvus/build.gradle b/modules/milvus/build.gradle index 6ca4ffda5ed..bb7167babfa 100644 --- a/modules/milvus/build.gradle +++ b/modules/milvus/build.gradle @@ -4,5 +4,5 @@ dependencies { api project(':testcontainers') testImplementation 'org.assertj:assertj-core:3.27.3' - testImplementation 'io.milvus:milvus-sdk-java:2.4.4' + testImplementation 'io.milvus:milvus-sdk-java:2.6.0' } From 794d4f53d900f7d8fb323ff3777cecd2b60aa3ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 23:56:20 +0000 Subject: [PATCH 3/4] Bump io.weaviate:client from 4.8.3 to 5.3.0 in /modules/weaviate Bumps [io.weaviate:client](https://github.com/weaviate/java-client) from 4.8.3 to 5.3.0. - [Release notes](https://github.com/weaviate/java-client/releases) - [Commits](https://github.com/weaviate/java-client/compare/4.8.3...5.3.0) --- updated-dependencies: - dependency-name: io.weaviate:client dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- modules/weaviate/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/weaviate/build.gradle b/modules/weaviate/build.gradle index d4808e93a2b..0a2be01a079 100644 --- a/modules/weaviate/build.gradle +++ b/modules/weaviate/build.gradle @@ -4,5 +4,5 @@ dependencies { api project(':testcontainers') testImplementation 'org.assertj:assertj-core:3.27.3' - testImplementation 'io.weaviate:client:4.8.3' + testImplementation 'io.weaviate:client:5.3.0' } From e71a6c85191e98066844fbf36f61582480612ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 00:06:34 +0000 Subject: [PATCH 4/4] Bump io.qdrant:client from 1.10.0 to 1.14.1 in /modules/qdrant Bumps [io.qdrant:client](https://github.com/qdrant/java-client) from 1.10.0 to 1.14.1. - [Release notes](https://github.com/qdrant/java-client/releases) - [Commits](https://github.com/qdrant/java-client/compare/v1.10.0...v1.14.1) --- updated-dependencies: - dependency-name: io.qdrant:client dependency-version: 1.14.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 6c222885579..dad2c38d3a1 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.10.0' + testImplementation 'io.qdrant:client:1.14.1' testImplementation platform('io.grpc:grpc-bom:1.68.0') testImplementation 'io.grpc:grpc-stub' testImplementation 'io.grpc:grpc-protobuf'