-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore(all): update deps (major) #13416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,8 @@ go 1.24.0 | |
| require ( | ||
| cloud.google.com/go v0.123.0 | ||
| cloud.google.com/go/longrunning v0.7.0 | ||
| cloud.google.com/go/pubsub v1.50.1 | ||
| cloud.google.com/go/pubsub v1.50.0 | ||
| cloud.google.com/go/pubsub/v2 v2.3.0 | ||
|
Comment on lines
+8
to
+9
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. While this PR adds |
||
| github.com/google/go-cmp v0.7.0 | ||
| github.com/google/uuid v1.6.0 | ||
| github.com/googleapis/gax-go/v2 v2.15.0 | ||
|
|
@@ -24,7 +25,6 @@ require ( | |
| cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect | ||
| cloud.google.com/go/compute/metadata v0.9.0 // indirect | ||
| cloud.google.com/go/iam v1.5.2 // indirect | ||
| cloud.google.com/go/pubsub/v2 v2.0.0 // indirect | ||
| github.com/felixge/httpsnoop v1.0.4 // indirect | ||
| github.com/go-logr/logr v1.4.3 // indirect | ||
| github.com/go-logr/stdr v1.2.2 // indirect | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
cloud.google.com/go/pubsubdependency is being downgraded fromv1.50.1tov1.49.0. This is a significant regression and is highly unusual for a dependency update pull request. Downgrading can reintroduce bugs or security vulnerabilities that were fixed in later versions. Please investigate the cause of this downgrade and ensure the dependency is atv1.50.1or a newer version.