Skip to content

Commit

Permalink
chore(deps): bump io.grpc:grpc-protobuf from 1.57.1 to 1.57.2
Browse files Browse the repository at this point in the history
Bumps [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) from 1.57.1 to 1.57.2.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.57.1...v1.57.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 16, 2023
1 parent 2bb2d75 commit dc8fd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
implementation("com.okp4.grpc:cosmos-sdk:$cosmosSdkVersion")
pullReflectionConfig("com.okp4.grpc:cosmos-sdk:$cosmosSdkVersion")

val grpcVersion = "1.57.1"
val grpcVersion = "1.57.2"
implementation("io.grpc:grpc-protobuf:$grpcVersion")
implementation("io.github.classgraph:classgraph:4.8.162")

Expand Down

0 comments on commit dc8fd4a

Please sign in to comment.