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.25.0 to 2.25.1.
- [Release notes](https://github.com/googleapis/sdk-platform-java/releases)
- [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/sdk-platform-java/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Tallicia committed Sep 26, 2023
1 parent 50a47a2 commit ed9d646
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.25.0"
implementation "com.google.api.grpc:proto-google-common-protos:2.25.1"
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 @@ -54,7 +54,7 @@ dependencies {
implementation("commons-codec:commons-codec:${commonsCodecVersion}")

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

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

//gRPC - Netty
Expand Down

0 comments on commit ed9d646

Please sign in to comment.