Skip to content

Commit

Permalink
fix(deps): update dependency io.grpc:grpc-stub to v1.51.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 20, 2022
1 parent bb861b3 commit 5161c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java-common-protos/grpc-google-common-protos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
}

dependencies {
compile 'io.grpc:grpc-stub:1.51.0'
compile 'io.grpc:grpc-stub:1.51.1'
compile 'io.grpc:grpc-protobuf:1.51.0'
compile project(':proto-google-common-protos')
}
Expand Down
2 changes: 1 addition & 1 deletion java-iam/grpc-google-iam-v1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
}

dependencies {
compile 'io.grpc:grpc-stub:1.51.0'
compile 'io.grpc:grpc-stub:1.51.1'
compile 'io.grpc:grpc-protobuf:1.51.0'
compile project(':proto-google-iam-v1')
}
Expand Down

0 comments on commit 5161c34

Please sign in to comment.