Skip to content

Commit fa38434

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/codebuild to v1.19.20 (#5318)
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 | patch | `v1.19.19` -> `v1.19.20` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.19.20`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/codebuild/v1.19.19...service/codebuild/v1.19.20) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/codebuild/v1.19.19...service/codebuild/v1.19.20) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
1 parent 268d434 commit fa38434

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/source/aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.20.3
2424
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.22.1
2525
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.17.0
26-
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.19
26+
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.20
2727
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.19
2828
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.14.3
2929
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.21.1

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.22.1 h1:X5wW/v/Lk++7ZKIee9wCs
9797
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.22.1/go.mod h1:HL0nIKWDYBdEhBDS4bldwL3NWi2++f8l1n+mQnTrr9Q=
9898
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.17.0 h1:/RFnaZHehAtDteT8Ds9SNpMaNbkyVrKizWQPaMXLI8I=
9999
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.17.0/go.mod h1:9feOMWt3rxs46DqBVHco7z1KxRG36bKUqtv306cAtaA=
100-
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.19 h1:zJfK4MT/AUswNYWrDUPE/hUmIJxB4wetdId/D72QOXQ=
101-
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.19/go.mod h1:2uDPzP+kGGzUjC6W+goku6WYmLZSS1e4iIkx8kiqmFg=
100+
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.20 h1:bcdDyPRcyjvmc1R/I1BXOcJGuIxBAA0rhjAUXnzxeNU=
101+
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.20/go.mod h1:ur0o8tHXw5mOfZmhS/FlGN6Ddpw52/Kpx0rSqaVv0lQ=
102102
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.19 h1:Gf2b9ow4Qw9LYlUp5JaEsDtY7D83L4N19sNuPKR1e1E=
103103
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.19/go.mod h1:D1EL3fEHs8yvJqe0xBWHdtfxrT5he4F1u1UCQV/dvoU=
104104
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.14.3 h1:EN2pQgEC545YePoQD20P9+KOzBNcWxd5ugaDfjMJgj0=

0 commit comments

Comments
 (0)