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.
1 parent d5b0829 commit 3f377e1Copy full SHA for 3f377e1
query-service-api/build.gradle.kts
@@ -23,7 +23,7 @@ protobuf {
23
// the identifier, which can be referred to in the "plugins"
24
// container of the "generateProtoTasks" closure.
25
id("grpc_java") {
26
- artifact = "io.grpc:protoc-gen-grpc-java:1.43.1"
+ artifact = "io.grpc:protoc-gen-grpc-java:1.43.2"
27
}
28
29
if (generateLocalGoGrpcFiles) {
@@ -66,7 +66,7 @@ tasks.test {
66
67
68
dependencies {
69
- api(platform("io.grpc:grpc-bom:1.43.1"))
+ api(platform("io.grpc:grpc-bom:1.43.2"))
70
api("io.grpc:grpc-protobuf")
71
api("io.grpc:grpc-stub")
72
api("javax.annotation:javax.annotation-api:1.3.2")
0 commit comments