From 904aa615b7cc2c4a73f46afdbe15437676a348c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:11:55 +0000 Subject: [PATCH] Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.2 in /src/acceptance Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.22.0 to 2.22.2. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.22.0...v2.22.2) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/acceptance/go.mod | 2 +- src/acceptance/go.sum | 4 ++-- .../vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md | 11 +++++++++-- .../vendor/github.com/onsi/ginkgo/v2/types/version.go | 2 +- src/acceptance/vendor/modules.txt | 2 +- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/src/acceptance/go.mod b/src/acceptance/go.mod index 965bcaa4..e6b31854 100644 --- a/src/acceptance/go.mod +++ b/src/acceptance/go.mod @@ -7,7 +7,7 @@ require ( bitbucket.org/chrj/smtpd v0.0.0-20170817182725-9ddcdbda0f7a github.com/cloudfoundry-incubator/notifications v0.0.0-20230526163550-74e56c5e2ea7 github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d - github.com/onsi/ginkgo/v2 v2.22.1 + github.com/onsi/ginkgo/v2 v2.22.2 github.com/onsi/gomega v1.36.2 github.com/pivotal-cf-experimental/warrant v0.0.0-20211122194707-17385443920f ) diff --git a/src/acceptance/go.sum b/src/acceptance/go.sum index 49221508..d09cb217 100644 --- a/src/acceptance/go.sum +++ b/src/acceptance/go.sum @@ -32,8 +32,8 @@ github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+ github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE= github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU= -github.com/onsi/ginkgo/v2 v2.22.1 h1:QW7tbJAUDyVDVOM5dFa7qaybo+CRfR7bemlQUN6Z8aM= -github.com/onsi/ginkgo/v2 v2.22.1/go.mod h1:S6aTpoRsSq2cZOd+pssHAlKW/Q/jZt6cPrPlnj4a1xM= +github.com/onsi/ginkgo/v2 v2.22.2 h1:/3X8Panh8/WwhU/3Ssa6rCKqPLuAkVY2I0RoyDLySlU= +github.com/onsi/ginkgo/v2 v2.22.2/go.mod h1:oeMosUL+8LtarXBHu/c0bx2D/K9zyQ6uX3cTyztHwsk= github.com/onsi/gomega v1.4.1/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8= github.com/onsi/gomega v1.36.2/go.mod h1:DdwyADRjrc825LhMEkD76cHR5+pUnjhUN8GlHlRPHzY= diff --git a/src/acceptance/vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md b/src/acceptance/vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md index 0c29708d..f9d52e58 100644 --- a/src/acceptance/vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md +++ b/src/acceptance/vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.22.2 + +### Maintenance +- Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 (#1499) [cc553ce] +- Bump golang.org/x/crypto (#1498) [2170370] +- Bump golang.org/x/net from 0.32.0 to 0.33.0 (#1496) [a96c44f] + ## 2.22.1 ### Fixes @@ -1035,7 +1042,7 @@ New Features: - `ginkgo -tags=TAG_LIST` passes a list of tags down to the `go build` command. - `ginkgo --failFast` aborts the test suite after the first failure. - `ginkgo generate file_1 file_2` can take multiple file arguments. -- Ginkgo now summarizes any spec failures that occurred at the end of the test run. +- Ginkgo now summarizes any spec failures that occurred at the end of the test run. - `ginkgo --randomizeSuites` will run tests *suites* in random order using the generated/passed-in seed. Improvements: @@ -1069,7 +1076,7 @@ Bug Fixes: Breaking changes: - `thirdparty/gomocktestreporter` is gone. Use `GinkgoT()` instead -- Modified the Reporter interface +- Modified the Reporter interface - `watch` is now a subcommand, not a flag. DSL changes: diff --git a/src/acceptance/vendor/github.com/onsi/ginkgo/v2/types/version.go b/src/acceptance/vendor/github.com/onsi/ginkgo/v2/types/version.go index 501af2fd..879e1d86 100644 --- a/src/acceptance/vendor/github.com/onsi/ginkgo/v2/types/version.go +++ b/src/acceptance/vendor/github.com/onsi/ginkgo/v2/types/version.go @@ -1,3 +1,3 @@ package types -const VERSION = "2.22.1" +const VERSION = "2.22.2" diff --git a/src/acceptance/vendor/modules.txt b/src/acceptance/vendor/modules.txt index 6ff64750..31eea702 100644 --- a/src/acceptance/vendor/modules.txt +++ b/src/acceptance/vendor/modules.txt @@ -29,7 +29,7 @@ github.com/google/pprof/profile github.com/nu7hatch/gouuid # github.com/nxadm/tail v1.4.8 ## explicit; go 1.13 -# github.com/onsi/ginkgo/v2 v2.22.1 +# github.com/onsi/ginkgo/v2 v2.22.2 ## explicit; go 1.22.0 github.com/onsi/ginkgo/v2 github.com/onsi/ginkgo/v2/config