Skip to content

chore(deps): bump golang.org/x/crypto from 0.48.0 to 0.49.0#512

Merged
CybotTM merged 2 commits intomainfrom
dependabot/go_modules/golang.org/x/crypto-0.49.0
Mar 14, 2026
Merged

chore(deps): bump golang.org/x/crypto from 0.48.0 to 0.49.0#512
CybotTM merged 2 commits intomainfrom
dependabot/go_modules/golang.org/x/crypto-0.49.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 13, 2026

Bumps golang.org/x/crypto from 0.48.0 to 0.49.0.

Commits
  • 982eaa6 go.mod: update golang.org/x dependencies
  • 159944f ssh,acme: clean up tautological/impossible nil conditions
  • a408498 acme: only require prompt if server has terms of service
  • cab0f71 all: upgrade go directive to at least 1.25.0 [generated]
  • 2f26647 x509roots/fallback: update bundle
  • See full diff in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.48.0 to 0.49.0.
- [Commits](golang/crypto@v0.48.0...v0.49.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 13, 2026
@dependabot dependabot bot requested a review from CybotTM as a code owner March 13, 2026 09:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 13, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 13, 2026

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 3 package(s) with unknown licenses.
See the Details below.

License Issues

go.mod

PackageVersionLicenseIssue Type
golang.org/x/crypto0.49.0NullUnknown License
golang.org/x/term0.41.0NullUnknown License
golang.org/x/text0.35.0NullUnknown License
Allowed Licenses: MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, MPL-2.0, CC0-1.0, Unlicense
Excluded from license check: pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp, pkg:golang/go.opentelemetry.io/otel, pkg:golang/go.opentelemetry.io/otel/metric, pkg:golang/go.opentelemetry.io/otel/trace, pkg:golang/golang.org/x/crypto, pkg:golang/golang.org/x/sys, pkg:golang/golang.org/x/term, pkg:golang/golang.org/x/text, pkg:golang/golang.org/x/time

OpenSSF Scorecard

PackageVersionScoreDetails
gomod/golang.org/x/crypto 0.49.0 UnknownUnknown
gomod/golang.org/x/sys 0.42.0 UnknownUnknown
gomod/golang.org/x/term 0.41.0 UnknownUnknown
gomod/golang.org/x/text 0.35.0 UnknownUnknown

Scanned Files

  • go.mod

@github-actions github-actions bot enabled auto-merge March 13, 2026 09:43
@github-actions github-actions bot added this pull request to the merge queue Mar 13, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Mar 13, 2026
github-merge-queue bot pushed a commit that referenced this pull request Mar 14, 2026
## Summary
- Remove `--squash` from auto-merge workflow — the merge queue controls
the merge method, passing `--squash` is redundant and may conflict
- Add `golang.org/x/term` and `golang.org/x/time` to
`allow-dependencies-licenses` in dependency review (compound SPDX
expression with Google patent grant, same as other `x/` packages already
listed)

## Context
All 5 open Dependabot PRs (#512-#516) failed to auto-merge because:
1. The merge queue grouped them together (all modify `go.mod`/`go.sum`),
they conflicted, and all got dequeued
2. PR #515 (`golang.org/x/time`) was also blocked by Dependency Review
flagging `LicenseRef-scancode-google-patent-license-golang` as
incompatible

## Test plan
- [ ] CI passes (especially Dependency Review)
- [ ] After merge, re-trigger auto-merge on #512-#516 and verify they
process through the merge queue one at a time
@CybotTM CybotTM enabled auto-merge March 14, 2026 11:59
@CybotTM CybotTM added this pull request to the merge queue Mar 14, 2026
Merged via the queue into main with commit 0725e12 Mar 14, 2026
28 checks passed
@CybotTM CybotTM deleted the dependabot/go_modules/golang.org/x/crypto-0.49.0 branch March 14, 2026 12:15
@github-actions github-actions bot added the released:v0.21.2 Included in v0.21.2 release label Mar 14, 2026
@github-actions
Copy link
Copy Markdown

🚀 Released in v0.21.2

Thank you for your contribution! 🙏

This is now available in the latest release. Please test and verify everything works as expected in your environment.

If you encounter any issues, please open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code released:v0.21.2 Included in v0.21.2 release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant