Skip to content

Commit

Permalink
Bump protoc-gen-grpc-java from 1.27.1 to 1.28.1 (#103)
Browse files Browse the repository at this point in the history
Bumps [protoc-gen-grpc-java](https://github.com/grpc/grpc-java) from 1.27.1 to 1.28.1.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.27.1...v1.28.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Apr 16, 2020
1 parent bd0ed54 commit 795da17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grpc-runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
protobuf {
protoc { artifact = "com.google.protobuf:protoc:$protocVersion" }
plugins {
grpc { artifact = "io.grpc:protoc-gen-grpc-java:1.27.1" }
grpc { artifact = "io.grpc:protoc-gen-grpc-java:1.28.1" }
}
generateProtoTasks {
all()*.plugins { grpc {} }
Expand All @@ -51,7 +51,7 @@ sourceSets {
protobuf {
protoc { artifact = "com.google.protobuf:protoc:$protocVersion" }
plugins {
grpc { artifact = "io.grpc:protoc-gen-grpc-java:1.27.1" }
grpc { artifact = "io.grpc:protoc-gen-grpc-java:1.28.1" }
}
generateProtoTasks {
all()*.plugins { grpc {} }
Expand Down

0 comments on commit 795da17

Please sign in to comment.