Skip to content

Commit

Permalink
chore(deps): update dependency io.grpc:grpc-stub to v1.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 30, 2021
1 parent 1e516ad commit 3c9341d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-server/build.gradle.kts
Expand Up @@ -53,7 +53,7 @@ dependencies {

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

testImplementation(kotlin("test"))
Expand Down

0 comments on commit 3c9341d

Please sign in to comment.