Skip to content

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

Merged
dmcilvaney merged 1 commit into
mainfrom
dependabot/go_modules/dependabot-gomod-minor-c9482adde6
Jun 4, 2026
Merged

build(deps): bump the dependabot-gomod-minor group with 4 updates#228
dmcilvaney merged 1 commit into
mainfrom
dependabot/go_modules/dependabot-gomod-minor-c9482adde6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

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

Updates github.com/gkampitakis/go-snaps from 0.5.21 to 0.5.22

Release notes

Sourced from github.com/gkampitakis/go-snaps's releases.

v0.5.22

What's Changed

New Contributors

Full Changelog: gkampitakis/go-snaps@v0.5.21...v0.5.22

Commits
  • b4e72e1 fix: create snapshot files with 0644 instead of os.ModePerm (#159)
  • eb4a33b Enhance README with additional Any matcher example (#157)
  • See full diff in compare view

Updates github.com/mark3labs/mcp-go from 0.54.0 to 0.54.1

Commits
  • 481f056 fix(tools): print errors to stderr for invalid jsonschema tags (#894)
  • 6e7859c perf(mcp): reduce content unmarshal allocations (#890)
  • 018f190 Add Title and Size to ResourceLink (match Resource / spec) (#887)
  • ca26738 cleanup
  • 76ea91b refactor(server): collapse client-info and writeJSONRPCError duplication (#886)
  • See full diff in compare view

Updates github.com/opencontainers/selinux from 1.14.1 to 1.15.0

Release notes

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

v1.15.0

This release adds a new function, SetProcessKind, which is to be used instead of KVMProcessLabel[s] and InitProcessLabel[s] in case the user only wants to change the type of the existing label, not generate a new one. It also fixes an CI issue and optimizes label.InitLabels for a few common cases.

What's Changed

Full Changelog: opencontainers/selinux@v1.14.1...v1.15.0

Commits

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

Commits
  • 397d5f8 unix: update to Linux kernel 7.0
  • 0a387f7 cpu: detect zbc extension on riscv64
  • 758f71c cpu: add LLACQ_SCREL, SCQ, DBAR_HINTS detection for loong64
  • 99666ae unix: merge Linux readv/writev implementation with Darwin/OpenBSD
  • e4444cb windows: add NtSetEaFile, NtQueryEaFile and NtQueryInformationFile
  • 04396e8 unix: add Readv, Writev, Preadv, Pwritev for OpenBSD
  • 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/gkampitakis/go-snaps](https://github.com/gkampitakis/go-snaps), [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/gkampitakis/go-snaps` from 0.5.21 to 0.5.22
- [Release notes](https://github.com/gkampitakis/go-snaps/releases)
- [Commits](gkampitakis/go-snaps@v0.5.21...v0.5.22)

Updates `github.com/mark3labs/mcp-go` from 0.54.0 to 0.54.1
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.54.0...v0.54.1)

Updates `github.com/opencontainers/selinux` from 1.14.1 to 1.15.0
- [Release notes](https://github.com/opencontainers/selinux/releases)
- [Commits](opencontainers/selinux@v1.14.1...v1.15.0)

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

---
updated-dependencies:
- dependency-name: github.com/gkampitakis/go-snaps
  dependency-version: 0.5.22
  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.54.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependabot-gomod-minor
- dependency-name: github.com/opencontainers/selinux
  dependency-version: 1.15.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.45.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 Jun 4, 2026
Copilot AI review requested due to automatic review settings June 4, 2026 00:46
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 4, 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.

@dmcilvaney dmcilvaney merged commit 6978b63 into main Jun 4, 2026
17 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/dependabot-gomod-minor-c9482adde6 branch June 4, 2026 01:56
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