fix(deps): bump the gomod-group group across 1 directory with 5 updates - #327
Merged
Merged
Conversation
Bumps the gomod-group group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/XSAM/otelsql](https://github.com/XSAM/otelsql) | `0.43.0` | `0.44.0` | | [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) | `4.1.4` | `4.1.5` | | [github.com/thomaspoignant/go-feature-flag](https://github.com/thomaspoignant/go-feature-flag) | `1.55.2` | `1.55.3` | | [go.opentelemetry.io/collector/pdata](https://github.com/open-telemetry/opentelemetry-collector) | `1.65.0` | `1.66.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.15.0` | `0.16.0` | Updates `github.com/XSAM/otelsql` from 0.43.0 to 0.44.0 - [Release notes](https://github.com/XSAM/otelsql/releases) - [Changelog](https://github.com/XSAM/otelsql/blob/main/CHANGELOG.md) - [Commits](XSAM/otelsql@v0.43.0...v0.44.0) Updates `github.com/go-jose/go-jose/v4` from 4.1.4 to 4.1.5 - [Release notes](https://github.com/go-jose/go-jose/releases) - [Commits](go-jose/go-jose@v4.1.4...v4.1.5) Updates `github.com/thomaspoignant/go-feature-flag` from 1.55.2 to 1.55.3 - [Release notes](https://github.com/thomaspoignant/go-feature-flag/releases) - [Commits](thomaspoignant/go-feature-flag@v1.55.2...v1.55.3) Updates `go.opentelemetry.io/collector/pdata` from 1.65.0 to 1.66.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md) - [Commits](open-telemetry/opentelemetry-collector@pdata/v1.65.0...pdata/v1.66.0) Updates `golang.org/x/time` from 0.15.0 to 0.16.0 - [Commits](golang/time@v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: github.com/XSAM/otelsql dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-group - dependency-name: github.com/go-jose/go-jose/v4 dependency-version: 4.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-group - dependency-name: github.com/thomaspoignant/go-feature-flag dependency-version: 1.55.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-group - dependency-name: go.opentelemetry.io/collector/pdata dependency-version: 1.66.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-group - dependency-name: golang.org/x/time dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-group ... Signed-off-by: dependabot[bot] <support@github.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
aselyecan
approved these changes
Sep 17, 2026
cb80
approved these changes
Sep 17, 2026
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 gomod-group group with 5 updates in the / directory:
0.43.00.44.04.1.44.1.51.55.21.55.31.65.01.66.00.15.00.16.0Updates
github.com/XSAM/otelsqlfrom 0.43.0 to 0.44.0Release notes
Sourced from github.com/XSAM/otelsql's releases.
Changelog
Sourced from github.com/XSAM/otelsql's changelog.
Commits
5c3d0aaRelease v0.44.0 (#654)aeca9a1Fix OpenTelemetry release note wording (#653)a7f3be3Support RowsColumnScanner on Go 1.27 (#649)f1fb0b8Add SpanOptions.RowsChildOfQuery to make sql.rows spans children of query spa...dd18659Update actions/setup-go action to v7 (#639)e899e09Update actions/checkout action to v7.0.1 (#640)97ff1d0Add WithSpanErrorAttributesGetter to set error attributes on spans (#651)59ba93bSupport Go 1.27 (#650)f71ab21Update opentelemetry-go monorepo (#644)c4ac030Update module github.com/golangci/golangci-lint/v2 to v2.13.2 (#648)Updates
github.com/go-jose/go-jose/v4from 4.1.4 to 4.1.5Release notes
Sourced from github.com/go-jose/go-jose/v4's releases.
Commits
b10771eReject typed nil at Verify time56f3866Check alg against pubkey curve during verify. (#293)74114c2cipher/cbc_hmac: don't panic on empty ciphertext (#292)6b364f3cipher/cbc_hmac: don't panic on invalid key (#291)a31af25json: limit stack depth (#290)7f5beb3jwt: reject out-of-range NumericDate values (#278)e37f31aTest on Go 1.26 and 1.27 (#284)5b371aeReject malformed Ed25519 JWKs (#250)ad7f32dBump actions/setup-python from 6 to 7 (#275)1563054Bump actions/setup-go from 6 to 7 (#274)Updates
github.com/thomaspoignant/go-feature-flagfrom 1.55.2 to 1.55.3Release notes
Sourced from github.com/thomaspoignant/go-feature-flag's releases.
... (truncated)
Commits
98a70eachore(main): release 1.55.3 (#5877)691663bfix: register the version header middleware on the monitoring server (#6015)763614erefactor: extract the API server lifecycle into its own file (#5999)bc61d03feat: vendor the etag middleware into cmdhelpers/api/middleware (#5998)a666722chore: Bump github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager (#6006)d005599chore: Bump github.com/prometheus/client_model from 0.6.2 to 0.6.3 (#6008)69039a8chore: Bump org.apache.maven.plugins:maven-surefire-plugin (#6014)66d30eechore: Bump github.com/aws/aws-sdk-go-v2/service/s3 (#6013)a41d4bdchore: Bump github.com/aws/aws-sdk-go-v2/config from 1.33.1 to 1.33.2 (#6011)5df3e47chore: Bump google.golang.org/api from 0.295.0 to 0.296.0 (#6012)Updates
go.opentelemetry.io/collector/pdatafrom 1.65.0 to 1.66.0Changelog
Sourced from go.opentelemetry.io/collector/pdata's changelog.
Commits
cd3455c[chore] Prepare release v1.66.0/v0.160.0 (#15888)f3de30d[chore][internal/tools] Pin go.yaml.in/yaml/v4 to rc.3 to fix actionlint buil...70226e9[chore] add comment on G705 ignore (#15859)566f953Update module github.com/shirou/gopsutil/v4 to v4.26.8 - abandoned (#15873)da3346dUpdate module github.com/prometheus/client_model to v0.6.3 (#15872)6e5f082[chore][cmd/mdatagen] Follow golang conventions when generating doc comments ...032b1c0[exporterhelper] Cache request size per sizer type (#15587)c62353b[exporter/exporterhelper] MigrateTimeoutConfigto schema-based configurati...a183c9cUpdate module github.com/golangci/golangci-lint/v2 to v2.13.1 - abandoned (#1...a274931[chore] try using ubuntu-slim for some jobs (#15852)Updates
golang.org/x/timefrom 0.15.0 to 0.16.0Commits
fb013b3all: upgrade go directive to at least 1.26.0 [generated]Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 conditions