Skip to content

chore(deps): bump cloud.google.com/go/pubsub from 1.49.0 to 1.50.2#9667

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/cloud.google.com/go/pubsub-1.50.2
Open

chore(deps): bump cloud.google.com/go/pubsub from 1.49.0 to 1.50.2#9667
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/cloud.google.com/go/pubsub-1.50.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps cloud.google.com/go/pubsub from 1.49.0 to 1.50.2.

Commits
  • e2bbf19 chore: librarian release pull request: 20260331T202405Z (#14314)
  • 4e6350f chore: librarian release pull request: 20260331T201226Z (#14312)
  • 7c26e42 chore(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 in /interna...
  • e5b2057 chore(deps): bump google.golang.org/grpc from 1.79.2 to 1.79.3 in /internal/g...
  • 97d824d feat(firestore): add WithAlwaysUseImplicitOrderBy option (#14260)
  • eb1fe4c chore: librarian release pull request: 20260331T193117Z (#14310)
  • 8a34364 feat(bigtable): check alts if we return permission denied for pingandwarm (#...
  • 98a546d chore: update version.go template (#14307)
  • efb8c17 chore: add biglake and hive (#14306)
  • 4c0232a fix(pubsub): check for nil concurrency control span (#14303)
  • 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)

Note

Medium Risk
Primarily a dependency/toolchain bump, but it upgrades the Go version and several core networking/telemetry libraries (gRPC, protobuf, OpenTelemetry), which can cause build/runtime regressions in services using Pub/Sub and tracing.

Overview
Updates the module to Go 1.25 and bumps cloud.google.com/go/pubsub to v1.50.2.

Refreshes a broad set of transitive dependencies around Google Cloud client libs, google.golang.org/grpc/protobuf, and OpenTelemetry (including adding cloud.google.com/go/pubsub/v2 as an indirect dep), with corresponding go.sum updates.

Reviewed by Cursor Bugbot for commit 9a34579. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.49.0 to 1.50.2.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v1.49.0...pubsub/v1.50.2)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/pubsub
  dependency-version: 1.50.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 9a34579. Configure here.

module github.com/osmosis-labs/osmosis/v31

go 1.23.4
go 1.25.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

go.work version inconsistent with updated go.mod

High Severity

The go directive in go.mod was updated to 1.25.0, but the go.work file and other workspace modules still specify go 1.23.x. Go workspaces require the go.work version to be at least as high as any included module, leading to build failures and inconsistent toolchain behavior.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 9a34579. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants