Skip to content

Commit

Permalink
Build(deps): bump proto-google-common-protos from 2.3.2 to 2.7.4
Browse files Browse the repository at this point in the history
Bumps [proto-google-common-protos](https://github.com/googleapis/java-iam) from 2.3.2 to 2.7.4.
- [Release notes](https://github.com/googleapis/java-iam/releases)
- [Changelog](https://github.com/googleapis/java-iam/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/java-iam/commits)

---
updated-dependencies:
- dependency-name: com.google.api.grpc:proto-google-common-protos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and peterhaochen47 committed Mar 21, 2022
1 parent 1a03353 commit 0a27136
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backends/credhub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {
api("org.bouncycastle:bcpkix-fips:${bcpkixFipsVersion}")

// proto
implementation "com.google.api.grpc:proto-google-common-protos:2.3.2"
implementation "com.google.api.grpc:proto-google-common-protos:2.7.4"
implementation "io.grpc:grpc-services:${grpcVersion}"

implementation("com.google.guava:guava:${guavaVersion}")
Expand Down
2 changes: 1 addition & 1 deletion backends/remote/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation("commons-codec:commons-codec:${commonsCodecVersion}")

//gRPC
implementation "com.google.api.grpc:proto-google-common-protos:2.3.2"
implementation "com.google.api.grpc:proto-google-common-protos:2.7.4"
implementation "io.grpc:grpc-services:${grpcVersion}"

//gRPC - Netty
Expand Down
2 changes: 1 addition & 1 deletion components/encryption/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
implementation("commons-codec:commons-codec:${commonsCodecVersion}")

//gRPC
implementation "com.google.api.grpc:proto-google-common-protos:2.3.2"
implementation "com.google.api.grpc:proto-google-common-protos:2.7.4"
implementation "io.grpc:grpc-services:${grpcVersion}"

//gRPC - Netty
Expand Down

0 comments on commit 0a27136

Please sign in to comment.