Skip to content

Commit

Permalink
Bump com.google.api.grpc:proto-google-common-protos in /java
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.46.0 to 2.49.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.46.0...v2.49.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 Nov 15, 2024
1 parent 614cc63 commit ac84a61
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: '26.0.0'
api group: 'com.google.api.grpc', name: 'proto-google-common-protos', version: '2.46.0'
api group: 'com.google.api.grpc', name: 'proto-google-common-protos', version: '2.49.0'
api group: 'args4j', name: 'args4j', version: '2.37'

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

0 comments on commit ac84a61

Please sign in to comment.