Skip to content

Commit bb34bf0

Browse files
build(deps): bump code.cloudfoundry.org/brokerapi/v13 (#1314)
Bumps [code.cloudfoundry.org/brokerapi/v13](https://github.com/cloudfoundry/brokerapi) from 13.0.7 to 13.0.8. - [Release notes](https://github.com/cloudfoundry/brokerapi/releases) - [Changelog](https://github.com/cloudfoundry/brokerapi/blob/main/.goreleaser.yaml) - [Commits](cloudfoundry/brokerapi@v13.0.7...v13.0.8) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/brokerapi/v13 dependency-version: 13.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 101a884 commit bb34bf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cloudfoundry/cloud-service-broker/v2
33
go 1.25.1
44

55
require (
6-
code.cloudfoundry.org/brokerapi/v13 v13.0.7
6+
code.cloudfoundry.org/brokerapi/v13 v13.0.8
77
code.cloudfoundry.org/jsonry v1.1.4
88
code.cloudfoundry.org/lager/v3 v3.46.0
99
github.com/go-sql-driver/mysql v1.9.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ cloud.google.com/go/storage v1.51.0 h1:ZVZ11zCiD7b3k+cH5lQs/qcNaoSz3U9I0jgwVzqDl
2020
cloud.google.com/go/storage v1.51.0/go.mod h1:YEJfu/Ki3i5oHC/7jyTgsGZwdQ8P9hqMqvpi5kRKGgc=
2121
cloud.google.com/go/trace v1.11.5 h1:CALS1loyxJMnRiCwZSpdf8ac7iCsjreMxFD2WGxzzHU=
2222
cloud.google.com/go/trace v1.11.5/go.mod h1:TwblCcqNInriu5/qzaeYEIH7wzUcchSdeY2l5wL3Eec=
23-
code.cloudfoundry.org/brokerapi/v13 v13.0.7 h1:ZNdZAxmwsjekJ+4oZFht3kUmdf1qiqhCtVwJPWL4878=
24-
code.cloudfoundry.org/brokerapi/v13 v13.0.7/go.mod h1:RKj2NdkGT0TJtyYvmojvq2C7br6dLNaQZwVKLtqN1pk=
23+
code.cloudfoundry.org/brokerapi/v13 v13.0.8 h1:Aw39YkW/fIHkYUxqXJZpo4uiq3Za524/vr3p/ikxwyA=
24+
code.cloudfoundry.org/brokerapi/v13 v13.0.8/go.mod h1:v5njz/rncaJizCQc0dFcS7sntxomw5yOWPP1BsdQ8qg=
2525
code.cloudfoundry.org/jsonry v1.1.4 h1:P9N7IlH1/4aRCLcXLgLFj1hkcBmV7muijJzY+K6U4hE=
2626
code.cloudfoundry.org/jsonry v1.1.4/go.mod h1:6aKilShQP7w/Ez76h1El2/n9y2OkHuU56nKSBB9Gp0A=
2727
code.cloudfoundry.org/lager/v3 v3.46.0 h1:KvrpRgaGnOlyIhxR39zLo19btPcVHyFqtSETrOqw1hs=

0 commit comments

Comments
 (0)