Skip to content

Commit

Permalink
Bump the go-modules group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the go-modules group with 4 updates in the / directory: [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml), [github.com/onsi/gomega](https://github.com/onsi/gomega), [github.com/paketo-buildpacks/occam](https://github.com/paketo-buildpacks/occam) and [github.com/paketo-buildpacks/packit/v2](https://github.com/paketo-buildpacks/packit).


Updates `github.com/BurntSushi/toml` from 1.3.2 to 1.4.0
- [Release notes](https://github.com/BurntSushi/toml/releases)
- [Commits](BurntSushi/toml@v1.3.2...v1.4.0)

Updates `github.com/onsi/gomega` from 1.32.0 to 1.33.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.32.0...v1.33.1)

Updates `github.com/paketo-buildpacks/occam` from 0.18.2 to 0.18.5
- [Release notes](https://github.com/paketo-buildpacks/occam/releases)
- [Commits](paketo-buildpacks/occam@v0.18.2...v0.18.5)

Updates `github.com/paketo-buildpacks/packit/v2` from 2.12.0 to 2.14.0
- [Release notes](https://github.com/paketo-buildpacks/packit/releases)
- [Commits](paketo-buildpacks/packit@v2.12.0...v2.14.0)

---
updated-dependencies:
- dependency-name: github.com/BurntSushi/toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/paketo-buildpacks/occam
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/paketo-buildpacks/packit/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 23, 2024
1 parent 8f2645b commit c885834
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 45 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ go 1.16

require (
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
github.com/BurntSushi/toml v1.3.2
github.com/onsi/gomega v1.32.0
github.com/paketo-buildpacks/occam v0.18.2
github.com/paketo-buildpacks/packit/v2 v2.12.0
github.com/BurntSushi/toml v1.4.0
github.com/onsi/gomega v1.33.1
github.com/paketo-buildpacks/occam v0.18.5
github.com/paketo-buildpacks/packit/v2 v2.14.0
github.com/sclevine/spec v1.4.0
gotest.tools/v3 v3.5.1 // indirect
)
Loading

0 comments on commit c885834

Please sign in to comment.