Skip to content

Commit

Permalink
Bump io.grpc:grpc-api from 1.55.1 to 1.56.0 in /load-generator (#1270)
Browse files Browse the repository at this point in the history
Bumps [io.grpc:grpc-api](https://github.com/grpc/grpc-java) from 1.55.1 to 1.56.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.55.1...v1.56.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 26, 2023
1 parent 37b5584 commit 6c92ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load-generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation "com.google.guava:guava:32.0.1-jre"

implementation "io.grpc:grpc-bom:1.56.0"
implementation "io.grpc:grpc-api:1.55.1"
implementation "io.grpc:grpc-api:1.56.0"

implementation "io.grpc:grpc-netty-shaded:1.55.1"

Expand Down

0 comments on commit 6c92ace

Please sign in to comment.