chore: bump github.com/jackc/pgx/v5 from 5.9.0 to 5.9.2 in /apps/backend in the go_modules group across 1 directory#679
Conversation
Bumps the go_modules group with 1 update in the /apps/backend directory: [github.com/jackc/pgx/v5](https://github.com/jackc/pgx). Updates `github.com/jackc/pgx/v5` from 5.9.0 to 5.9.2 - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.9.0...v5.9.2) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v5 dependency-version: 5.9.2 dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
| Filename | Overview |
|---|---|
| apps/backend/go.mod | Bumps github.com/jackc/pgx/v5 from 5.9.0 to 5.9.2 — correct single-line version change |
| apps/backend/go.sum | Replaces pgx v5.9.0 checksums with v5.9.2 checksums — expected lockfile update |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[pgx v5.9.0] -->|bump| B[pgx v5.9.2]
B --> C[Fix: SQL injection via dollar-quoted string\nGHSA-j88v-2chj-qfwx]
B --> D[Fix: batch result format corruption\nwith cached prepared statements]
C --> E[go.mod updated]
D --> E
E --> F[go.sum checksums updated]
Reviews (1): Last reviewed commit: "chore: bump github.com/jackc/pgx/v5" | Re-trigger Greptile
Bumps the go_modules group with 1 update in the /apps/backend directory: github.com/jackc/pgx/v5.
Updates
github.com/jackc/pgx/v5from 5.9.0 to 5.9.2Changelog
Sourced from github.com/jackc/pgx/v5's changelog.
Commits
0aeabbcRelease v5.9.260644f8Fix SQL sanitizer bugs with dollar-quoted strings and placeholder overflowa5680bcMerge pull request #2531 from dolmen-go/godoc-add-linkse34e452doc: Add godoc links08c9bb1Fix Stringer types encoded as text instead of numeric value in composite fields96b4dbdRemove unstable testacf88e0Merge pull request #2526 from abrightwell/abrightwell-min-proto2f81f1fUpdatemax_protocol_versionandmin_protocol_versiondefaults4e4eaedRelease v5.9.16273188Fix batch result format corruption when using cached prepared statementsYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.