Skip to content

Commit

Permalink
Build(deps): bump com.google.api.grpc:proto-google-common-protos
Browse files Browse the repository at this point in the history
Bumps [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) from 2.29.0 to 2.30.0.
- [Release notes](https://github.com/googleapis/sdk-platform-java/releases)
- [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md)
- [Commits](googleapis/sdk-platform-java@v2.29.0...v2.30.0)

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent c522184 commit 87c9e0f
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.29.0"
implementation "com.google.api.grpc:proto-google-common-protos:2.30.0"
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 @@ -56,7 +56,7 @@ dependencies {
implementation("commons-codec:commons-codec:${commonsCodecVersion}")

//gRPC
implementation "com.google.api.grpc:proto-google-common-protos:2.29.0"
implementation "com.google.api.grpc:proto-google-common-protos:2.30.0"
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 @@ -67,7 +67,7 @@ dependencies {
implementation("commons-codec:commons-codec:${commonsCodecVersion}")

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

//gRPC - Netty
Expand Down

0 comments on commit 87c9e0f

Please sign in to comment.