Skip to content

Commit

Permalink
fix(deps): update dependency io.grpc:grpc-stub to v1.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 11, 2023
1 parent d13d3c3 commit 4f5cb2f
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.1'
compile 'io.grpc:grpc-stub:1.52.0'
compile 'io.grpc:grpc-protobuf:1.51.1'
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.1'
compile 'io.grpc:grpc-stub:1.52.0'
compile 'io.grpc:grpc-protobuf:1.51.1'
compile project(':proto-google-iam-v1')
}
Expand Down

0 comments on commit 4f5cb2f

Please sign in to comment.