Skip to content

Commit 3f377e1

Browse files
committed
update grpc dep to 1.43.2
1 parent d5b0829 commit 3f377e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

query-service-api/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ protobuf {
2323
// the identifier, which can be referred to in the "plugins"
2424
// container of the "generateProtoTasks" closure.
2525
id("grpc_java") {
26-
artifact = "io.grpc:protoc-gen-grpc-java:1.43.1"
26+
artifact = "io.grpc:protoc-gen-grpc-java:1.43.2"
2727
}
2828

2929
if (generateLocalGoGrpcFiles) {
@@ -66,7 +66,7 @@ tasks.test {
6666
}
6767

6868
dependencies {
69-
api(platform("io.grpc:grpc-bom:1.43.1"))
69+
api(platform("io.grpc:grpc-bom:1.43.2"))
7070
api("io.grpc:grpc-protobuf")
7171
api("io.grpc:grpc-stub")
7272
api("javax.annotation:javax.annotation-api:1.3.2")

0 commit comments

Comments
 (0)