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.38.0 to 2.39.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.38.0...v2.39.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Tallicia committed May 8, 2024
1 parent 2d1f030 commit d6d33c0
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 @@ -69,7 +69,7 @@ dependencies {
api("org.bouncycastle:bcpkix-fips:${bcpkixFipsVersion}")

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

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

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

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

Expand Down

0 comments on commit d6d33c0

Please sign in to comment.