Skip to content

Commit 40d6e2f

Browse files
build(deps): bump code.cloudfoundry.org/brokerapi/v13 (#1287)
Bumps [code.cloudfoundry.org/brokerapi/v13](https://github.com/cloudfoundry/brokerapi) from 13.0.5 to 13.0.6. - [Release notes](https://github.com/cloudfoundry/brokerapi/releases) - [Changelog](https://github.com/cloudfoundry/brokerapi/blob/main/.goreleaser.yaml) - [Commits](cloudfoundry/brokerapi@v13.0.5...v13.0.6) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/brokerapi/v13 dependency-version: 13.0.6 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 79a6d2c commit 40d6e2f

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.24.6
44

55
require (
6-
code.cloudfoundry.org/brokerapi/v13 v13.0.5
6+
code.cloudfoundry.org/brokerapi/v13 v13.0.6
77
code.cloudfoundry.org/jsonry v1.1.4
88
code.cloudfoundry.org/lager/v3 v3.43.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
@@ -614,8 +614,8 @@ cloud.google.com/go/workflows v1.7.0/go.mod h1:JhSrZuVZWuiDfKEFxU0/F1PQjmpnpcoIS
614614
cloud.google.com/go/workflows v1.8.0/go.mod h1:ysGhmEajwZxGn1OhGOGKsTXc5PyxOc0vfKf5Af+to4M=
615615
cloud.google.com/go/workflows v1.9.0/go.mod h1:ZGkj1aFIOd9c8Gerkjjq7OW7I5+l6cSvT3ujaO/WwSA=
616616
cloud.google.com/go/workflows v1.10.0/go.mod h1:fZ8LmRmZQWacon9UCX1r/g/DfAXx5VcPALq2CxzdePw=
617-
code.cloudfoundry.org/brokerapi/v13 v13.0.5 h1:tVR8TKJm+xb6gaMR2Hdk4IpCTh6TGPemXb/XUI1u3cU=
618-
code.cloudfoundry.org/brokerapi/v13 v13.0.5/go.mod h1:Ar3b20DGMrzsXz1Nm4uTpw92A8nnMbtlGTI7v1IaGow=
617+
code.cloudfoundry.org/brokerapi/v13 v13.0.6 h1:mVLZ+VrR9rmt+MlbD+SJ09tBjsblqssaYaW4aM41/UY=
618+
code.cloudfoundry.org/brokerapi/v13 v13.0.6/go.mod h1:Ar3b20DGMrzsXz1Nm4uTpw92A8nnMbtlGTI7v1IaGow=
619619
code.cloudfoundry.org/jsonry v1.1.4 h1:P9N7IlH1/4aRCLcXLgLFj1hkcBmV7muijJzY+K6U4hE=
620620
code.cloudfoundry.org/jsonry v1.1.4/go.mod h1:6aKilShQP7w/Ez76h1El2/n9y2OkHuU56nKSBB9Gp0A=
621621
code.cloudfoundry.org/lager/v3 v3.43.0 h1:HrAkIhiKO5KSW5XISWU85Bs83iYI/nO9rrLZh7RpmBI=

0 commit comments

Comments
 (0)