Skip to content
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

chore(protobuf,pgx): update libraries and modify go.mod and go.sum files #327

Merged
merged 3 commits into from
Mar 21, 2024

Conversation

danielchalef
Copy link
Member

@danielchalef danielchalef commented Mar 21, 2024

  • Bump google.golang.org/protobuf from 1.31.0 to 1.33.0
  • Bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.4

🚀 This PR description was created by Ellipsis for commit a92339c.

Summary:

This PR updates the protobuf and pgx libraries to newer versions and modifies the go.mod and go.sum files accordingly.

Key points:

  • Updated google.golang.org/protobuf from 1.31.0 to 1.33.0
  • Updated github.com/jackc/pgx/v5 from 5.4.3 to 5.5.4
  • Modified go.mod and go.sum to reflect these changes

Generated with ❤️ by ellipsis.dev

dependabot bot and others added 3 commits March 13, 2024 23:11
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.4.3 to 5.5.4.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v5.4.3...v5.5.4)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@ellipsis-dev ellipsis-dev bot changed the title ... chore(protobuf,pgx): update libraries and modify go.mod and go.sum files Mar 21, 2024
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

👍 Looks good to me!

  • Reviewed the entire pull request up to a92339c
  • Looked at 76 lines of code in 2 files
  • Took 1 minute and 3 seconds to review
More info
  • Skipped 0 files when reviewing.
  • Skipped posting 1 additional comments because they didn't meet confidence threshold of 50%.
1. go.mod:38:
  • Assessed confidence : 50%
  • Comment:
    Please ensure that the changes in the updated versions of the dependencies do not introduce breaking changes or bugs in the existing codebase. Check the release notes or changelogs of these dependencies.
  • Reasoning:
    The PR is about updating the versions of two dependencies: google.golang.org/protobuf and github.com/jackc/pgx/v5. The changes in go.mod and go.sum reflect these updates. However, without knowing the impact of these version changes on the rest of the codebase, it's hard to say if these changes are safe. I need to check the release notes or changelogs of these two dependencies to understand what has changed between the versions.

Workflow ID: wflow_wRnfC9rklgIN07fj


Not what you expected? You can customize the content of the reviews using rules. Learn more here.

@danielchalef danielchalef merged commit 09fc6f2 into main Mar 21, 2024
5 checks passed
@danielchalef danielchalef deleted the fix/sec-pgx branch March 21, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant