Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2025

Bumps the go-modules group with 3 updates: github.com/paketo-buildpacks/occam, github.com/paketo-buildpacks/freezer and github.com/stretchr/testify.

Updates github.com/paketo-buildpacks/occam from 0.28.1 to 0.29.1

Release notes

Sourced from github.com/paketo-buildpacks/occam's releases.

v0.29.1

What's Changed

Full Changelog: paketo-buildpacks/occam@v0.29.0...v0.29.1

v0.29.0

What's Changed

Full Changelog: paketo-buildpacks/occam@v0.28.1...v0.29.0

Commits

Updates github.com/paketo-buildpacks/freezer from 0.2.1 to 0.2.2

Release notes

Sourced from github.com/paketo-buildpacks/freezer's releases.

0.2.2

⭐️ Enhancements

⛏ Dependency Upgrades

  • Bump github.com/paketo-buildpacks/packit/v2 from 2.22.0 to 2.23.0 (#22) @​dependabot

🚧 Tasks

Commits
  • d5d43bf Merge pull request #26 from jericop/add-functional-options
  • 6f6f7c2 Add functional options for offline and version
  • 135a3c5 Merge pull request #23 from paketo-buildpacks/update/go
  • 6f3a2f4 Bump Go Modules
  • 90d1b6f Merge pull request #24 from paketo-buildpacks/update/pipeline
  • 1716d3f Bump pipeline from 1.42.0 to 1.43.0
  • 88c08d9 Merge pull request #22 from paketo-buildpacks/dependabot/go_modules/github.co...
  • 388e760 Bump github.com/paketo-buildpacks/packit/v2 from 2.22.0 to 2.23.0
  • See full diff in compare view

Updates github.com/stretchr/testify from 1.11.0 to 1.11.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.11.1

This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

Commits

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 conditions

Bumps the go-modules group with 3 updates: [github.com/paketo-buildpacks/occam](https://github.com/paketo-buildpacks/occam), [github.com/paketo-buildpacks/freezer](https://github.com/paketo-buildpacks/freezer) and [github.com/stretchr/testify](https://github.com/stretchr/testify).


Updates `github.com/paketo-buildpacks/occam` from 0.28.1 to 0.29.1
- [Release notes](https://github.com/paketo-buildpacks/occam/releases)
- [Commits](paketo-buildpacks/occam@v0.28.1...v0.29.1)

Updates `github.com/paketo-buildpacks/freezer` from 0.2.1 to 0.2.2
- [Release notes](https://github.com/paketo-buildpacks/freezer/releases)
- [Commits](paketo-buildpacks/freezer@v0.2.1...v0.2.2)

Updates `github.com/stretchr/testify` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/paketo-buildpacks/occam
  dependency-version: 0.29.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/paketo-buildpacks/freezer
  dependency-version: 0.2.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 28, 2025 08:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 28, 2025
@paketo-bot paketo-bot added the semver:patch A change requiring a patch version bump label Aug 28, 2025
@paketo-bot paketo-bot merged commit 1272e1d into main Aug 28, 2025
8 of 9 checks passed
@paketo-bot paketo-bot deleted the dependabot/go_modules/go-modules-9fdbba865d branch August 28, 2025 08:45
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 semver:patch A change requiring a patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants