Skip to content

Commit

Permalink
build(deps): bump com.google.api.grpc:proto-google-common-protos (#269)
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.11.0 to 2.37.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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 26, 2024
1 parent 8644adf commit a631049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/build.gradle.kts
Expand Up @@ -23,7 +23,7 @@ repositories {

dependencies {
implementation("com.google.protobuf:protobuf-java:3.21.9")
implementation("com.google.api.grpc:proto-google-common-protos:2.11.0")
implementation("com.google.api.grpc:proto-google-common-protos:2.37.1")
}

// gradle reproducible jar builds
Expand Down

0 comments on commit a631049

Please sign in to comment.