Skip to content

Commit

Permalink
chore(deps): bump io.grpc:protoc-gen-grpc-java from 1.57.2 to 1.58.0 (#…
Browse files Browse the repository at this point in the history
…1602)

Bumps [io.grpc:protoc-gen-grpc-java](https://github.com/grpc/grpc-java) from 1.57.2 to 1.58.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.57.2...v1.58.0)

---
updated-dependencies:
- dependency-name: io.grpc:protoc-gen-grpc-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 4e5879f commit 2e7676b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ protobuf {
}
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.57.2"
artifact = "io.grpc:protoc-gen-grpc-java:1.58.0"
}
}
}
Expand Down

0 comments on commit 2e7676b

Please sign in to comment.