Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Bump the gomod group across 1 directory with 9 updates#253

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/components/btp-service-broker/gomod-911bbd4077
Open

Bump the gomod group across 1 directory with 9 updates#253
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/components/btp-service-broker/gomod-911bbd4077

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the gomod group with 4 updates in the /components/btp-service-broker directory: code.cloudfoundry.org/brokerapi/v13, github.com/SAP/sap-btp-service-operator, github.com/onsi/gomega and sigs.k8s.io/controller-tools.

Updates code.cloudfoundry.org/brokerapi/v13 from 13.0.20 to 13.0.23

Release notes

Sourced from code.cloudfoundry.org/brokerapi/v13's releases.

v13.0.23

Changelog

Dependency updates

  • 4aee334dbad9184e41871c7e21c4ac284efe68e0 chore(deps): bump github.com/onsi/ginkgo/v2 from 2.28.1 to 2.28.2 (#403)

v13.0.22

Changelog

Dependency updates

  • 88420513df152dcfbd0bc052da35687eb836a5ef chore(deps): bump actions/github-script from 8 to 9 (#401)

v13.0.21

Changelog

Dependency updates

  • 70205e34f73c0e0482a10ea64ea453c88afb9e7c chore(deps): bump github.com/maxbrunsfeld/counterfeiter/v6 (#400)
Commits
  • 4aee334 chore(deps): bump github.com/onsi/ginkgo/v2 from 2.28.1 to 2.28.2 (#403)
  • 8842051 chore(deps): bump actions/github-script from 8 to 9 (#401)
  • 70205e3 chore(deps): bump github.com/maxbrunsfeld/counterfeiter/v6 (#400)
  • See full diff in compare view

Updates github.com/SAP/sap-btp-service-operator from 0.10.3 to 0.10.7

Release notes

Sourced from github.com/SAP/sap-btp-service-operator's releases.

v0.10.7

What's Changed

Full Changelog: SAP/sap-btp-service-operator@v0.10.6...v0.10.7

v0.10.6

What's Changed

Full Changelog: SAP/sap-btp-service-operator@v0.10.5...v0.10.6

v0.10.5

What's Changed

Full Changelog: SAP/sap-btp-service-operator@v0.10.4...v0.10.5

v0.10.4

What's Changed

Full Changelog: SAP/sap-btp-service-operator@v0.10.3...v0.10.4

Commits

Updates github.com/maxbrunsfeld/counterfeiter/v6 from 6.12.1 to 6.12.2

Release notes

Sourced from github.com/maxbrunsfeld/counterfeiter/v6's releases.

v6.12.2

What's Changed

Full Changelog: maxbrunsfeld/counterfeiter@v6.12.1...v6.12.2

Commits
  • 4fbda3b Merge pull request #358 from maxbrunsfeld/dependabot/go_modules/golang.org/x/...
  • 49c41c0 Bump golang.org/x/tools from 0.42.0 to 0.43.0
  • 266628f Merge pull request #357 from maxbrunsfeld/dependabot/go_modules/golang.org/x/...
  • e19e05e Bump golang.org/x/text from 0.34.0 to 0.35.0
  • 46bc143 Merge pull request #355 from maxbrunsfeld/dependabot/go_modules/golang.org/x/...
  • 2fa471e Bump golang.org/x/tools from 0.41.0 to 0.42.0
  • 0f165c0 Merge pull request #356 from maxbrunsfeld/dependabot/go_modules/golang.org/x/...
  • 807573e Bump golang.org/x/text from 0.33.0 to 0.34.0
  • 7c40434 Merge pull request #354 from maxbrunsfeld/dependabot/go_modules/github.com/on...
  • 92c75ca Bump github.com/onsi/gomega from 1.39.0 to 1.39.1
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.28.1 to 2.28.2

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.28.2

2.28.2

  • Add ArtifactDir() to support Go 1.26 testing.TB interface [f3a36b6]
  • Implement shell completion [94151c8]
  • Add asan CLI option mirroring msan implementation [4d21dbb]
  • Bump uri from 1.0.3 to 1.0.4 in /docs (#1630) [c102161]
  • fix aspect ratio [9619647]
  • update logos [5779304]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.28.2

  • Add ArtifactDir() to support Go 1.26 testing.TB interface [f3a36b6]
  • Implement shell completion [94151c8]
  • Add asan CLI option mirroring msan implementation [4d21dbb]
  • Bump uri from 1.0.3 to 1.0.4 in /docs (#1630) [c102161]
  • fix aspect ratio [9619647]
  • update logos [5779304]
Commits

Updates github.com/onsi/gomega from 1.39.1 to 1.40.0

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.40.0

1.40.0

We're adopting a new release strategy to minimize dependency bloat in projects that consume Gomega. It is a limitation of the go mod toolchain that test subdependencies of your project's direct dependencies get pulled in as indirect dependencies. In the case of Gomega, this ends up pulling in all of Ginkgo into your go.mod even if you are only using Gomega (Gomega uses Ginkgo for its own tests).

Going forward, releases will strip out all tests, tidy up the go.mod and then push this stripped down version to a new master-lite branch. These stripped-down versions will receive the vx.y.z git tag and will be picked up by the go toolchain.

Please open an issue if this new release process causes unexpected changes for your projects.

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.40.0

We're adopting a new release strategy to minimize dependency bloat in projects that consume Gomega. It is a limitation of the go mod toolchain that test subdependencies of your project's direct dependencies get pulled in as indirect dependencies. In the case of Gomega, this ends up pulling in all of Ginkgo into your go.mod even if you are only using Gomega (Gomega uses Ginkgo for its own tests).

Going forward, releases will strip out all tests, tidy up the go.mod and then push this stripped down version to a new master-lite branch. These stripped-down versions will receive the vx.y.z git tag and will be picked up by the go toolchain.

Please open an issue if this new release process causes unexpected changes for your projects.

Commits

Updates k8s.io/api from 0.35.2 to 0.35.4

Commits
  • e8f0e9f Update dependencies to v0.35.4 tag
  • 0b2a75e Merge pull request #138356 from dims/update-moby-spdystream-v0.5.1-1.35
  • e1ef9bc Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • See full diff in compare view

Updates k8s.io/apimachinery from 0.35.2 to 0.35.4

Commits
  • 475c941 Merge pull request #138356 from dims/update-moby-spdystream-v0.5.1-1.35
  • 6c08bb5 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • 45398ef Merge pull request #137927 from lalitc375/cherry-pick-137864
  • b414b94 Fix backport differences for 1.35 (remove WithOrigin and MarkAlpha)
  • f933a4d Add slice and map union member support with tests
  • 977ad5b Use IsZero instead of IsNil for union ratcheting check
  • a128230 Fix union validation ratcheting when oldObj is nil
  • See full diff in compare view

Updates k8s.io/client-go from 0.35.2 to 0.35.4

Commits
  • d43aed2 Update dependencies to v0.35.4 tag
  • 8ebd9bb Merge pull request #138356 from dims/update-moby-spdystream-v0.5.1-1.35
  • 00b2f2b Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • f80003c Merge pull request #136903pohly/automated-cherry-pick-of-#136455
  • 8b41556 fake client-go: un-deprecate NewSimpleClientset
  • See full diff in compare view

Updates sigs.k8s.io/controller-tools from 0.20.1 to 0.21.0

Release notes

Sourced from sigs.k8s.io/controller-tools's releases.

v0.21.0

What's Changed

Misc

envtest

Dependency bumps

... (truncated)

Commits
  • 41fba85 Merge pull request #1407 from sbueringer/pr-k8s-v1.36
  • 319cce6 Upgrade k8s from 1.35 to 1.36
  • ec29474 Merge pull request #1354 from alvaroaleman/immutable
  • 27f2ee1 Merge pull request #1405 from kubernetes-sigs/dependabot/go_modules/all-go-mo...
  • f90ac1b 🌱 Bump github.com/onsi/gomega
  • 456a080 ✨ Add support for k8s:immutable
  • e17f046 Merge pull request #1402 from camilamacedo86/up-go
  • e0961cc Merge pull request #1383 from kubernetes-sigs/dependabot/github_actions/all-g...
  • ee76c90 Merge pull request #1377 from kubernetes-sigs/dependabot/go_modules/all-go-mo...
  • e70af51 Apply linter fixes for Go 1.26.0
  • Additional commits viewable 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 gomod group with 4 updates in the /components/btp-service-broker directory: [code.cloudfoundry.org/brokerapi/v13](https://github.com/cloudfoundry/brokerapi), [github.com/SAP/sap-btp-service-operator](https://github.com/SAP/sap-btp-service-operator), [github.com/onsi/gomega](https://github.com/onsi/gomega) and [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools).


Updates `code.cloudfoundry.org/brokerapi/v13` from 13.0.20 to 13.0.23
- [Release notes](https://github.com/cloudfoundry/brokerapi/releases)
- [Commits](cloudfoundry/brokerapi@v13.0.20...v13.0.23)

Updates `github.com/SAP/sap-btp-service-operator` from 0.10.3 to 0.10.7
- [Release notes](https://github.com/SAP/sap-btp-service-operator/releases)
- [Commits](SAP/sap-btp-service-operator@v0.10.3...v0.10.7)

Updates `github.com/maxbrunsfeld/counterfeiter/v6` from 6.12.1 to 6.12.2
- [Release notes](https://github.com/maxbrunsfeld/counterfeiter/releases)
- [Commits](maxbrunsfeld/counterfeiter@v6.12.1...v6.12.2)

Updates `github.com/onsi/ginkgo/v2` from 2.28.1 to 2.28.2
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.28.1...v2.28.2)

Updates `github.com/onsi/gomega` from 1.39.1 to 1.40.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.39.1...v1.40.0)

Updates `k8s.io/api` from 0.35.2 to 0.35.4
- [Commits](kubernetes/api@v0.35.2...v0.35.4)

Updates `k8s.io/apimachinery` from 0.35.2 to 0.35.4
- [Commits](kubernetes/apimachinery@v0.35.2...v0.35.4)

Updates `k8s.io/client-go` from 0.35.2 to 0.35.4
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.35.2...v0.35.4)

Updates `sigs.k8s.io/controller-tools` from 0.20.1 to 0.21.0
- [Release notes](https://github.com/kubernetes-sigs/controller-tools/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-tools/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-tools@v0.20.1...v0.21.0)

---
updated-dependencies:
- dependency-name: code.cloudfoundry.org/brokerapi/v13
  dependency-version: 13.0.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/SAP/sap-btp-service-operator
  dependency-version: 0.10.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/maxbrunsfeld/counterfeiter/v6
  dependency-version: 6.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.28.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: k8s.io/api
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: k8s.io/client-go
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: sigs.k8s.io/controller-tools
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

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 May 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

0 participants