-
Notifications
You must be signed in to change notification settings - Fork 2.8k
chore(deps): bump the go_modules group across 1 directory with 5 updates #6227
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
base: dev
Are you sure you want to change the base?
Conversation
Bumps the go_modules group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) | `0.126.0` | `0.131.0` | | [github.com/docker/docker](https://github.com/docker/docker) | `24.0.9+incompatible` | `27.1.1+incompatible` | | [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.2.1` | `5.2.2` | | [github.com/refraction-networking/utls](https://github.com/refraction-networking/utls) | `1.6.7` | `1.7.0` | | [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) | `4.5.1` | `4.5.2` | Updates `github.com/getkin/kin-openapi` from 0.126.0 to 0.131.0 - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](getkin/kin-openapi@v0.126.0...v0.131.0) Updates `github.com/docker/docker` from 24.0.9+incompatible to 27.1.1+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v24.0.9...v27.1.1) Updates `github.com/golang-jwt/jwt/v5` from 5.2.1 to 5.2.2 - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](golang-jwt/jwt@v5.2.1...v5.2.2) Updates `github.com/refraction-networking/utls` from 1.6.7 to 1.7.0 - [Release notes](https://github.com/refraction-networking/utls/releases) - [Commits](refraction-networking/utls@v1.6.7...v1.7.0) Updates `github.com/golang-jwt/jwt/v4` from 4.5.1 to 4.5.2 - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](golang-jwt/jwt@v4.5.1...v4.5.2) --- updated-dependencies: - dependency-name: github.com/getkin/kin-openapi dependency-version: 0.131.0 dependency-type: direct:production dependency-group: go_modules - dependency-name: github.com/docker/docker dependency-version: 27.1.1+incompatible dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/golang-jwt/jwt/v5 dependency-version: 5.2.2 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/refraction-networking/utls dependency-version: 1.7.0 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/golang-jwt/jwt/v4 dependency-version: 4.5.2 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bumps the go_modules group with 5 updates in the / directory:
0.126.0
0.131.0
24.0.9+incompatible
27.1.1+incompatible
5.2.1
5.2.2
1.6.7
1.7.0
4.5.1
4.5.2
Updates
github.com/getkin/kin-openapi
from 0.126.0 to 0.131.0Release notes
Sourced from github.com/getkin/kin-openapi's releases.
... (truncated)
Commits
67f0b23
openapi3filter: de-register ZipFileBodyDecoder and make a few decoders public...6da871e
openapi3filter: apply default values of an array in a query param with explod...a34baf0
openapi3: delete origin keys only when IncludeOrigin=true (#1055)2d3e67a
use origin to minimize collisions (#1057)e3d68dc
Remove redundant ExcludeResponseBody check in ValidateResponse (#1056)050a930
openapi3gen: Fix issue with separate component generated for time.Time (#1052)72fb819
feat(openapi3gen): Customize json.RawMessage (#1050)cea0a13
openapi2conv: convert references in nested additionalProperties schemas (#1047)f476f7b
openapi3filter: validation ofx-www-form-urlencoded
with arbitrary nested a...325cecc
openapi3filter: simplify ValidateRequest implementation (#1041)Updates
github.com/docker/docker
from 24.0.9+incompatible to 27.1.1+incompatibleRelease notes
Sourced from github.com/docker/docker's releases.
... (truncated)
Commits
cc13f95
Merge commit from forka21b1a2
Merge pull request #48196 from thaJeztah/27.1_backport_vendor_containerd_1.7.201bc907c
vendor: github.com/containerd/containerd v1.7.204bb4575
Merge pull request #48191 from thaJeztah/27.1_backport_update_containerd_bina...df7f275
Merge pull request #48195 from thaJeztah/27.1_backport_fix_pr_title_check1c0885d
gha: check-pr-branch: fix branch check regressionfb3ec9f
Merge pull request #48187 from thaJeztah/27.1_backport_bump_buildx_composeed83a9e
update containerd binary to v1.7.2071b59bf
Merge pull request #48178 from thaJeztah/27.1_backport_relax_pr_checkf8f926b
Merge pull request #48185 from thaJeztah/27.1_backport_internalize_pkg_directoryUpdates
github.com/golang-jwt/jwt/v5
from 5.2.1 to 5.2.2Release notes
Sourced from github.com/golang-jwt/jwt/v5's releases.
Commits
0951d18
Merge commit from forkc035977
Update Parse example to use WithValidMethods (#425)bc8bdca
Update SECURITY.md (#416)5ec246c
docs: typo (#407)0123f1a
Fix jwt -show (#406)f961c72
chore: bump ci tests to include go1.23 (#405)62e504c
Bump golangci/golangci-lint-action from 5 to 6 (#389)1a56dcf
Bump golangci/golangci-lint-action from 4 to 5 (#387)c8043ea
build: add go1.22 to ci workflows (#383)7c3f6dc
Update README.md (#382)Updates
github.com/refraction-networking/utls
from 1.6.7 to 1.7.0Release notes
Sourced from github.com/refraction-networking/utls's releases.
Commits
9dd2a0b
build(deps): bump golang.org/x/net from 0.33.0 to 0.38.0f889276
fix: add check for tls downgrade canary in utlsbd6a9be
test: add test for checking tls downgrade canary65ca559
fix: check nil dereference in keySharePrivateKeyf1c485f
fix: fix tls versions for non-ech connections167c602
fix: ech with hrr and add testsf156fea
feat: add support for ECH when using custom clienthello specse430876
feat: add latest chrome to auto9d151db
fix: Chrome 131 parrot needs to send ML-KEM keyshare too877cd49
feat: Add Chrome 131 parrotUpdates
github.com/golang-jwt/jwt/v4
from 4.5.1 to 4.5.2Release notes
Sourced from github.com/golang-jwt/jwt/v4's releases.
Commits
2f0e9ad
Backporting 0951d18 to v4Most Recent Ignore Conditions Applied to This Pull Request
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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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.