Skip to content

Commit 7fcdf4d

Browse files
renovate[bot]opentelemetrybot
authored andcommitted
fix(deps): update module github.com/jackc/pgx/v4 to v4.18.3 (open-telemetry#31564)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/jackc/pgx/v4](https://togithub.com/jackc/pgx) | `v4.18.1` -> `v4.18.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fjackc%2fpgx%2fv4/v4.18.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fjackc%2fpgx%2fv4/v4.18.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fjackc%2fpgx%2fv4/v4.18.1/v4.18.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fjackc%2fpgx%2fv4/v4.18.1/v4.18.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jackc/pgx (github.com/jackc/pgx/v4)</summary> ### [`v4.18.3`](https://togithub.com/jackc/pgx/compare/v4.18.2...v4.18.3) [Compare Source](https://togithub.com/jackc/pgx/compare/v4.18.2...v4.18.3) ### [`v4.18.2`](https://togithub.com/jackc/pgx/compare/v4.18.1...v4.18.2) [Compare Source](https://togithub.com/jackc/pgx/compare/v4.18.1...v4.18.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 990c7a6 commit 7fcdf4d

File tree

8 files changed

+42
-66
lines changed

8 files changed

+42
-66
lines changed

cmd/configschema/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,13 +406,13 @@ require (
406406
github.com/influxdata/line-protocol/v2 v2.2.1 // indirect
407407
github.com/ionos-cloud/sdk-go/v6 v6.1.9 // indirect
408408
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
409-
github.com/jackc/pgconn v1.14.0 // indirect
409+
github.com/jackc/pgconn v1.14.3 // indirect
410410
github.com/jackc/pgio v1.0.0 // indirect
411411
github.com/jackc/pgpassfile v1.0.0 // indirect
412-
github.com/jackc/pgproto3/v2 v2.3.2 // indirect
412+
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
413413
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
414414
github.com/jackc/pgtype v1.14.0 // indirect
415-
github.com/jackc/pgx/v4 v4.18.1 // indirect
415+
github.com/jackc/pgx/v4 v4.18.3 // indirect
416416
github.com/jaegertracing/jaeger v1.54.0 // indirect
417417
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
418418
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect

cmd/configschema/go.sum

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/otelcontribcol/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -459,13 +459,13 @@ require (
459459
github.com/influxdata/line-protocol/v2 v2.2.1 // indirect
460460
github.com/ionos-cloud/sdk-go/v6 v6.1.9 // indirect
461461
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
462-
github.com/jackc/pgconn v1.14.0 // indirect
462+
github.com/jackc/pgconn v1.14.3 // indirect
463463
github.com/jackc/pgio v1.0.0 // indirect
464464
github.com/jackc/pgpassfile v1.0.0 // indirect
465-
github.com/jackc/pgproto3/v2 v2.3.2 // indirect
465+
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
466466
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
467467
github.com/jackc/pgtype v1.14.0 // indirect
468-
github.com/jackc/pgx/v4 v4.18.1 // indirect
468+
github.com/jackc/pgx/v4 v4.18.3 // indirect
469469
github.com/jaegertracing/jaeger v1.54.0 // indirect
470470
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
471471
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect

cmd/otelcontribcol/go.sum

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/storage/dbstorage/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/extension/stora
33
go 1.21
44

55
require (
6-
github.com/jackc/pgx/v4 v4.18.1
6+
github.com/jackc/pgx/v4 v4.18.3
77
github.com/mattn/go-sqlite3 v1.14.22
88
github.com/stretchr/testify v1.9.0
99
go.opentelemetry.io/collector/component v0.96.1-0.20240306115632-b2693620eff6
@@ -25,10 +25,10 @@ require (
2525
github.com/gogo/protobuf v1.3.2 // indirect
2626
github.com/golang/protobuf v1.5.3 // indirect
2727
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
28-
github.com/jackc/pgconn v1.14.0 // indirect
28+
github.com/jackc/pgconn v1.14.3 // indirect
2929
github.com/jackc/pgio v1.0.0 // indirect
3030
github.com/jackc/pgpassfile v1.0.0 // indirect
31-
github.com/jackc/pgproto3/v2 v2.3.2 // indirect
31+
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
3232
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
3333
github.com/jackc/pgtype v1.14.0 // indirect
3434
github.com/knadh/koanf/maps v0.1.1 // indirect
@@ -49,8 +49,8 @@ require (
4949
go.opentelemetry.io/otel/sdk v1.24.0 // indirect
5050
go.opentelemetry.io/otel/sdk/metric v1.24.0 // indirect
5151
go.uber.org/multierr v1.11.0 // indirect
52-
golang.org/x/crypto v0.18.0 // indirect
53-
golang.org/x/net v0.20.0 // indirect
52+
golang.org/x/crypto v0.20.0 // indirect
53+
golang.org/x/net v0.21.0 // indirect
5454
golang.org/x/sys v0.17.0 // indirect
5555
golang.org/x/text v0.14.0 // indirect
5656
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect

0 commit comments

Comments
 (0)