We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 932018c + c81554b commit 045ee86Copy full SHA for 045ee86
modules/qdrant/build.gradle
@@ -8,7 +8,7 @@ dependencies {
8
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
9
testImplementation 'org.assertj:assertj-core:3.27.4'
10
testImplementation 'io.qdrant:client:1.15.0'
11
- testImplementation platform('io.grpc:grpc-bom:1.73.0')
+ testImplementation platform('io.grpc:grpc-bom:1.75.0')
12
testImplementation 'io.grpc:grpc-stub'
13
testImplementation 'io.grpc:grpc-protobuf'
14
testImplementation 'io.grpc:grpc-netty-shaded'
0 commit comments