Skip to content

Commit

Permalink
Bump io.grpc:grpc-bom from 1.56.0 to 1.56.1 (#1349)
Browse files Browse the repository at this point in the history
Bumps [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) from 1.56.0 to 1.56.1.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.56.0...v1.56.1)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jul 3, 2023
1 parent a91c04d commit 4b99186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.15.2"))
api(enforcedPlatform("com.google.protobuf:protobuf-bom:3.23.2"))
api(enforcedPlatform("com.squareup.okhttp3:okhttp-bom:4.11.0"))
api(enforcedPlatform("io.grpc:grpc-bom:1.56.0"))
api(enforcedPlatform("io.grpc:grpc-bom:1.56.1"))
api(platform("io.micrometer:micrometer-bom:$micrometerVersion"))
api(enforcedPlatform("io.opentelemetry:opentelemetry-bom-alpha:$otelAlphaVersion"))
api(enforcedPlatform("io.opentelemetry:opentelemetry-bom:$otelVersion"))
Expand Down

0 comments on commit 4b99186

Please sign in to comment.