Skip to content

Commit

Permalink
chore(deps): update dependency io.grpc:grpc-protobuf to v1.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent e117e77 commit eafd251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-server/build.gradle.kts
Expand Up @@ -52,7 +52,7 @@ dependencies {
implementation(kotlin("stdlib-jdk8"))

implementation("io.grpc:grpc-netty-shaded:1.20.0")
implementation("io.grpc:grpc-protobuf:1.20.0")
implementation("io.grpc:grpc-protobuf:1.44.1")
implementation("io.grpc:grpc-stub:1.20.0")
implementation("io.grpc:grpc-services:1.20.0")

Expand Down

0 comments on commit eafd251

Please sign in to comment.