Skip to content

Commit

Permalink
Bump com.google.api.grpc:proto-google-common-protos in /java (#498)
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.36.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] authored Mar 18, 2024
1 parent eb2c5a8 commit d583454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ configurations {

dependencies {
api group: 'org.jetbrains', name:'annotations', version: '24.1.0'
api group: 'com.google.api.grpc', name: 'proto-google-common-protos', version: '2.36.0'
api group: 'com.google.api.grpc', name: 'proto-google-common-protos', version: '2.37.1'
api group: 'args4j', name: 'args4j', version: '2.37'

implementation group: 'com.google.guava', name: 'guava', version: '33.1.0-jre'
Expand Down

0 comments on commit d583454

Please sign in to comment.