From 915be4569a72fef51e2f43a3a62f290fe3ad9a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:36:04 +0000 Subject: [PATCH] Bump github.com/onsi/gomega from 1.33.1 to 1.34.1 in /template-cnb Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.33.1 to 1.34.1. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/gomega/compare/v1.33.1...v1.34.1) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- template-cnb/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template-cnb/go.mod b/template-cnb/go.mod index 73dfba1..09287e9 100644 --- a/template-cnb/go.mod +++ b/template-cnb/go.mod @@ -4,7 +4,7 @@ go 1.16 require ( github.com/BurntSushi/toml v1.4.0 - github.com/onsi/gomega v1.33.1 + github.com/onsi/gomega v1.34.1 github.com/paketo-buildpacks/occam v0.18.7 github.com/sclevine/spec v1.4.0 )