Skip to content

Bump com.google.api.grpc:proto-google-common-protos from 2.72.0 to 2.73.0#3657

Merged
wgtmac merged 2 commits into
masterfrom
dependabot/maven/com.google.api.grpc-proto-google-common-protos-2.73.0
Jul 12, 2026
Merged

Bump com.google.api.grpc:proto-google-common-protos from 2.72.0 to 2.73.0#3657
wgtmac merged 2 commits into
masterfrom
dependabot/maven/com.google.api.grpc-proto-google-common-protos-2.73.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown
Contributor

Bumps com.google.api.grpc:proto-google-common-protos from 2.72.0 to 2.73.0.

Commits
  • 972f87a chore(main): release 2.65.0 (#4058)
  • 74a2dd6 chore: update googleapis commit at Wed Dec 10 02:37:02 UTC 2025 (#4013)
  • b9a8c89 deps: update google.http-client.version to 2.0.3 (#4054)
  • 93cbb09 chore(deps): update upper bound dependencies file (#4052)
  • aa4a7f7 build: Update macOS version in nightly workflow (#4048)
  • ffa432e feat: add org.json:json to third-party-dependencies pom (#4047)
  • 3758b43 fix: Create a single S2AChannelCredentials per application (#3989)
  • 178182c fix: provide API to share the same background executor for channel po… (#4030)
  • ad05c34 feat: remove dependency management of graal-sdk (#4033)
  • 6f59f7c tests: Use fixed copyright year in tests. (#4036)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) from 2.72.0 to 2.73.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@gax/v2.72.0...gax/2.73.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 12, 2026
@Override
public final void writeFloat(float v) {
arrayOut.writeInt(Float.floatToIntBits(v));
arrayOut.writeInt(Float.floatToRawIntBits(v));

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes the ci failure due to regression introduced by #3565. cc @iemejia

@wgtmac wgtmac merged commit 263038a into master Jul 12, 2026
5 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/com.google.api.grpc-proto-google-common-protos-2.73.0 branch July 12, 2026 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant