Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency io.grpc:protoc-gen-grpc-java to v1.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 11, 2023
1 parent 376c60c commit 7e89ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobufs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ protobuf {

plugins {
id("grpc") {
artifact = "io.grpc:protoc-gen-grpc-java:1.52.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.53.0"
}
}

Expand Down

0 comments on commit 7e89ade

Please sign in to comment.