Skip to content

Commit

Permalink
chore(deps): bump io.grpc:grpc-inprocess in /sdk-dependency-versions
Browse files Browse the repository at this point in the history
Bumps [io.grpc:grpc-inprocess](https://github.com/grpc/grpc-java) from 1.64.0 to 1.67.1.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.64.0...v1.67.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent 2656bcd commit 795179c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk-dependency-versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies.constraints {
api("io.grpc:grpc-api:1.68.1") {
because("io.grpc")
}
api("io.grpc:grpc-inprocess:1.64.0") {
api("io.grpc:grpc-inprocess:1.67.1") {
because("io.grpc.protobuf")
}
api("io.grpc:grpc-protobuf:1.64.0") {
Expand Down

0 comments on commit 795179c

Please sign in to comment.