Bump the go_modules group across 1 directory with 6 updates - #1408
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the go_modules group across 1 directory with 6 updates#1408dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Member
|
@dependabot rebase |
Bumps the go_modules group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.7.6` | `5.9.2` | | [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) | `1.7.5` | `1.17.7` | | [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) | `4.1.3` | `4.1.4` | | [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.40.0` | `1.41.0` | | [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.40.0` | `1.43.0` | | [github.com/apache/thrift](https://github.com/apache/thrift) | `0.16.0` | `0.23.0` | Updates `github.com/jackc/pgx/v5` from 5.7.6 to 5.9.2 - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.7.6...v5.9.2) Updates `go.mongodb.org/mongo-driver` from 1.7.5 to 1.17.7 - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](mongodb/mongo-go-driver@v1.7.5...v1.17.7) Updates `github.com/go-jose/go-jose/v4` from 4.1.3 to 4.1.4 - [Release notes](https://github.com/go-jose/go-jose/releases) - [Commits](go-jose/go-jose@v4.1.3...v4.1.4) Updates `go.opentelemetry.io/otel` from 1.40.0 to 1.41.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0) Updates `go.opentelemetry.io/otel/sdk` from 1.40.0 to 1.43.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.43.0) Updates `github.com/apache/thrift` from 0.16.0 to 0.23.0 - [Release notes](https://github.com/apache/thrift/releases) - [Changelog](https://github.com/apache/thrift/blob/master/CHANGES.md) - [Commits](apache/thrift@v0.16.0...v0.23.0) --- updated-dependencies: - dependency-name: github.com/apache/thrift dependency-version: 0.23.0 dependency-type: indirect - dependency-name: github.com/go-jose/go-jose/v4 dependency-version: 4.1.4 dependency-type: indirect - dependency-name: github.com/jackc/pgx/v5 dependency-version: 5.9.2 dependency-type: direct:production - dependency-name: go.mongodb.org/mongo-driver dependency-version: 1.17.7 dependency-type: direct:production - dependency-name: go.opentelemetry.io/otel dependency-version: 1.41.0 dependency-type: indirect - dependency-name: go.opentelemetry.io/otel/sdk dependency-version: 1.43.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/go_modules-a138fadfa0
branch
from
July 4, 2026 23:11
8c87411 to
0b56aaf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go_modules group with 6 updates in the / directory:
5.7.65.9.21.7.51.17.74.1.34.1.41.40.01.41.01.40.01.43.00.16.00.23.0Updates
github.com/jackc/pgx/v5from 5.7.6 to 5.9.2Changelog
Sourced from github.com/jackc/pgx/v5's changelog.
... (truncated)
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 statementsUpdates
go.mongodb.org/mongo-driverfrom 1.7.5 to 1.17.7Release notes
Sourced from go.mongodb.org/mongo-driver's releases.
... (truncated)
Commits
eb01e7eBUMP v1.17.73c55093GODRIVER-3766 Remove deprecation notice forMergeClientOptions(#2294)f6163bfGODRIVER-3770 Remove libasan from gssapi tests in CI (#2293)6798963GODRIVER-3770 Fix buffer handling in GSSAPI error description and username fu...c1e9575Add more visible deprecation banner to the 1.17 readme (#2233)d2fa0abBUMP v1.17.6f1d540bBUMP v1.17.5b879028GODRIVER-3654 Don't test v1 branches against latest server. (#2188)21f47d4Allow ignore-for-release label to satisfy label checker (#2203)8708ca8Disable merge-up from release/1.17 (#2202)Updates
github.com/go-jose/go-jose/v4from 4.1.3 to 4.1.4Release notes
Sourced from github.com/go-jose/go-jose/v4's releases.
Commits
0e59876Merge commit from forkddffdbcBump actions/checkout from 5 to 6 (#213)Updates
go.opentelemetry.io/otelfrom 1.40.0 to 1.41.0Changelog
Sourced from go.opentelemetry.io/otel's changelog.
Commits
4575a97Release 1.41.0/0.63.0/0.17.0/0.0.15 (#7977)66fc10dfix: add error handling for insecure HTTP endpoints with TLS client configura...76e6eecchore(deps): update github/codeql-action action to v4.32.5 (#7980)0d50f90Revert "Generate semconv/v1.40.0" (#7978)c38a4a5Generate semconv/v1.40.0 (#7929)0f1a224chore(deps): update module github.com/securego/gosec/v2 to v2.23.0 (#7899)c79ebf4chore(deps): update module github.com/daixiang0/gci to v0.14.0 (#7973)f758157chore(deps): update module github.com/sonatard/noctx to v0.5.0 (#7968)92a1164fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to d566b...3cd7c27chore(deps): update module github.com/protonmail/go-crypto to v1.4.0 (#7969)Updates
go.opentelemetry.io/otel/sdkfrom 1.40.0 to 1.43.0Changelog
Sourced from go.opentelemetry.io/otel/sdk's changelog.
... (truncated)
Commits
9276201Release v1.43.0 / v0.65.0 / v0.19.0 (#8128)61b8c94chore(deps): update module github.com/mattn/go-runewidth to v0.0.22 (#8131)97a086echore(deps): update github.com/golangci/dupl digest to c99c5cf (#8122)5e363delimit response body size for OTLP HTTP exporters (#8108)35214b6Use an absolute path when calling bsd kenv (#8113)290024cfix(deps): update module google.golang.org/grpc to v1.80.0 (#8121)e70658efix: support getBody in otelploghttp (#8096)4afe468fix(deps): update googleapis to 9d38bb4 (#8117)b9ca729chore(deps): update module github.com/go-git/go-git/v5 to v5.17.2 (#8115)69472ecchore(deps): update fossas/fossa-action action to v1.9.0 (#8118)Updates
github.com/apache/thriftfrom 0.16.0 to 0.23.0Release notes
Sourced from github.com/apache/thrift's releases.
Changelog
Sourced from github.com/apache/thrift's changelog.
... (truncated)
Commits
e4b684fUpdated CHANGES.mdc4cbe43Address vulnerabilities in Rack68ac8e9Enable TLS hostname verification in TNonblockingSSLSocket5e4f01dHarden Node.js WebSocket server handlinge242889Add input validation to Swift protocol layer4af8c7cAdd recursion depth limit to Node.js protocol skip()a30c552Enable TLS hostname verification in TSSLTransportFactory0f8ec9cFix parent class resolution in c_glib generated dispatch_call276ec88THRIFT-5929: Fix build failure on PHP 8.5 due to removed zend_exception_get_d...17f2c13Added missing 0.23.0 JIRA tickets to CHANGES.md