Skip to content

build(deps): bump the dependabot-gomod-minor group with 4 updates#184

Merged
reubeno merged 1 commit into
mainfrom
dependabot/go_modules/dependabot-gomod-minor-0f5e06b351
May 13, 2026
Merged

build(deps): bump the dependabot-gomod-minor group with 4 updates#184
reubeno merged 1 commit into
mainfrom
dependabot/go_modules/dependabot-gomod-minor-0f5e06b351

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps the dependabot-gomod-minor group with 4 updates: github.com/klauspost/compress, github.com/mark3labs/mcp-go, github.com/opencontainers/selinux and golang.org/x/sys.

Updates github.com/klauspost/compress from 1.18.5 to 1.18.6

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.18.6

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.18.5...v1.18.6

Commits

Updates github.com/mark3labs/mcp-go from 0.49.0 to 0.52.0

Release notes

Sourced from github.com/mark3labs/mcp-go's releases.

Release v0.52.0

What's Changed

Full Changelog: mark3labs/mcp-go@v0.51.0...v0.52.0

Release v0.51.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.50.0...v0.51.0

Release v0.50.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.49.0...v0.50.0

Commits
  • 292ebb6 feat(server): add transport-agnostic Handle entry point (#851)
  • 0678053 fix(transport): close response body on 404 in sendHTTP (#849)
  • 083b8ac docs(server): document OnBeforeAny/OnSuccess/OnError pairing (#827) (#848)
  • 0304399 fix(oauth): accept any 2xx token response status (#835) (#847)
  • e4a7c6d feat(mcp): add SchemaCache for stateless/serverless deployments (#846)
  • f5c14ee feat(transport): add LoggingTransport wrapper for JSON-RPC tracing (#845)
  • ba6c2e0 docs(prompts): scope fix-issue to implementation only
  • 8878667 feat: validate tool output against declared output schemas (#811) (#844)
  • 961ead3 prompts
  • 0c6cb64 feat: add opt-in CORS support to HTTP transports (#810) (#843)
  • Additional commits viewable in compare view

Updates github.com/opencontainers/selinux from 1.13.1 to 1.14.0

Release notes

Sourced from github.com/opencontainers/selinux's releases.

v1.14.0

This release fixes a regression in ExecLabel, bumps the minimal Go version to 1.22, and deprecates several functions in favor of improved API.

Fixed

Deprecated

Added

Changed

Miscellaneous

New Contributors

Full Changelog: opencontainers/selinux@v1.13.1...v1.14.0

Commits
  • 60872cb Merge pull request #262 from kolyshkin/no-var
  • 97d2a7c Add ReserveLabelV2, deprecate ReserveLabel
  • bdfae09 Deprecate {KVM,Init}ContainerLabels, add {KVM,Init}ContainerLabel
  • 6e9a759 Deprecate ContainerLabels
  • 93c00a1 Deprecate ROFileLabel
  • 2ecf331 Deprecate CategoryRange, add SetCategoryRange
  • 58e5850 Remove old style build tags
  • e4db9ac Merge pull request #263 from ningmingxiao/release_data
  • 473372b selinux: release map key when call mcsDelete
  • e3a70c0 Merge pull request #261 from kolyshkin/simp
  • Additional commits viewable in compare view

Updates golang.org/x/sys from 0.43.0 to 0.44.0

Commits
  • fb1facd windows: avoid uint16 overflow in NewNTUnicodeString
  • 94ad893 windows: add GetIfTable2Ex, GetIpInterface{Entry,Table}, GetUnicastIpAddressT...
  • 54fe89f cpu: use IsProcessorFeaturePresent to calculate ARM64 on windows
  • df7d5d7 unix: automatically remove container created by mkall.sh
  • 68a4a8e unix: avoid nil pointer dereference in Utime
  • 690c91f unix: add CPUSetDynamic for systems with more than 1024 CPUs
  • See full diff in compare view

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 <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 conditions

Bumps the dependabot-gomod-minor group with 4 updates: [github.com/klauspost/compress](https://github.com/klauspost/compress), [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go), [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux) and [golang.org/x/sys](https://github.com/golang/sys).


Updates `github.com/klauspost/compress` from 1.18.5 to 1.18.6
- [Release notes](https://github.com/klauspost/compress/releases)
- [Commits](klauspost/compress@v1.18.5...v1.18.6)

Updates `github.com/mark3labs/mcp-go` from 0.49.0 to 0.52.0
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.49.0...v0.52.0)

Updates `github.com/opencontainers/selinux` from 1.13.1 to 1.14.0
- [Release notes](https://github.com/opencontainers/selinux/releases)
- [Commits](opencontainers/selinux@v1.13.1...v1.14.0)

Updates `golang.org/x/sys` from 0.43.0 to 0.44.0
- [Commits](golang/sys@v0.43.0...v0.44.0)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.18.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependabot-gomod-minor
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot-gomod-minor
- dependency-name: github.com/opencontainers/selinux
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot-gomod-minor
- dependency-name: golang.org/x/sys
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot-gomod-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 May 12, 2026
Copilot AI review requested due to automatic review settings May 12, 2026 23:49
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 12, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 2 changed files in this pull request and generated no new comments.

@reubeno reubeno merged commit e92f298 into main May 13, 2026
20 checks passed
@reubeno reubeno deleted the dependabot/go_modules/dependabot-gomod-minor-0f5e06b351 branch May 13, 2026 00:09
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants