Skip to content

Commit

Permalink
chore(deps): bump io.grpc:grpc-kotlin-stub
Browse files Browse the repository at this point in the history
Bumps [io.grpc:grpc-kotlin-stub](https://github.com/grpc/grpc-kotlin) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/grpc/grpc-kotlin/releases)
- [Changelog](https://github.com/grpc/grpc-kotlin/blob/master/CHANGELOG.md)
- [Commits](grpc/grpc-kotlin@v1.4.0...v1.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent f43f66f commit a042287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/grpc-hello-world-bidi-streaming/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kotlin.sourceSets.all {
}

val grpcVersion = "1.59.0"
val grpcKotlinVersion = "1.4.0"
val grpcKotlinVersion = "1.4.1"
val protobufVersion = "3.25.0"
val coroutinesVersion = "1.7.3"

Expand Down

0 comments on commit a042287

Please sign in to comment.