Skip to content

Commit b91ca03

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/codebuild to v1.20.0 (#6444)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/codebuild](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.19.21` -> `v1.20.0` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.20.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/codebuild/v1.19.21...service/codebuild/v1.20.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/codebuild/v1.19.21...service/codebuild/v1.20.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43Ny4wIiwidXBkYXRlZEluVmVyIjoiMzQuNzcuMCJ9-->
1 parent 0643132 commit b91ca03

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/source/aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.22.0
2525
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.23.1
2626
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.18.0
27-
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.21
27+
github.com/aws/aws-sdk-go-v2/service/codebuild v1.20.0
2828
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.21
2929
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.14.6
3030
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.21.4

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.23.1 h1:6VwY6q6RZwxZTTTXjDmS8
9292
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.23.1/go.mod h1:th8fks2kW4FFCUKUQenuEG9TEzMLVxeL0ckdJn/QVbI=
9393
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.18.0 h1:Ai+CjJw+5/s3r6k5pggzDuFhWor2U3iwtsrmvN0Hczc=
9494
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.18.0/go.mod h1:xHK1ta0bQEa5jL6rahKRJvsibjzDO7NTIs5itzsF4w8=
95-
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.21 h1:UQ6xFsV/IyOg+0on4vsna3qTsEBHr35tpR0ZTXSSdZI=
96-
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.21/go.mod h1:8qcyoqQjYm4jOQApmG43LtHG9ZehKXyCzAq2n+B/v2s=
95+
github.com/aws/aws-sdk-go-v2/service/codebuild v1.20.0 h1:7v1hy+4DUc2mLhV4WMzv+YuShj0zbqLW+WMCHqzDPyk=
96+
github.com/aws/aws-sdk-go-v2/service/codebuild v1.20.0/go.mod h1:8qcyoqQjYm4jOQApmG43LtHG9ZehKXyCzAq2n+B/v2s=
9797
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.21 h1:yqd0C0Zrgu8y9CeDW3YUyELa5BH8e8Q5FBERzxRCWGQ=
9898
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.21/go.mod h1:CZzLW6TnEwqFDs9BcgSVB7lbUe4KGuspzmMHGAwBTow=
9999
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.14.6 h1:Xh64I0AGrji+nE8otxK6J4d1us9aHk7tYutn70yuVS4=

0 commit comments

Comments
 (0)