Skip to content

Commit fdb22e6

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk to v1.14.22 (#5727)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.14.21` -> `v1.14.22` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.14.22`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/elasticbeanstalk/v1.14.21...service/elasticbeanstalk/v1.14.22) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/elasticbeanstalk/v1.14.21...service/elasticbeanstalk/v1.14.22) </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 ada7cd2 commit fdb22e6

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
@@ -40,7 +40,7 @@ require (
4040
github.com/aws/aws-sdk-go-v2/service/efs v1.18.3
4141
github.com/aws/aws-sdk-go-v2/service/eks v1.25.0
4242
github.com/aws/aws-sdk-go-v2/service/elasticache v1.24.3
43-
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.21
43+
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.22
4444
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.25
4545
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.27
4646
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.17.4

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ github.com/aws/aws-sdk-go-v2/service/eks v1.25.0 h1:yKJEcgihYY5jn2JYACNXmaryRSRb
127127
github.com/aws/aws-sdk-go-v2/service/eks v1.25.0/go.mod h1:dt3fLgSTqeC9t7en5t1PH7i2HLn6m2JKAIP4r23T3P4=
128128
github.com/aws/aws-sdk-go-v2/service/elasticache v1.24.3 h1:WOyHP1f5tMqTyrE6bySyxxfVkw7Nyc7ft4MUrQ4R5A8=
129129
github.com/aws/aws-sdk-go-v2/service/elasticache v1.24.3/go.mod h1:gnN6CtMag9be9XGXsMenh084NcSy5pO0hriEYz/TERk=
130-
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.21 h1:1oeseU6hoD2Gn5wwwVd00biFATXUG5i9xB3dLhmc8Mc=
131-
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.21/go.mod h1:+KZXtmdwFYJ5S3/zL85VemhlcvI6mHb/E8WXbMXnuZY=
130+
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.22 h1:3PuyV/di5W2n98OZYBUXmEhmytGaoGCU4Qd3K9gQbMk=
131+
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.22/go.mod h1:txSsTeuqHfPwicYkpg3PoOXFOpERUL5colZaCaaa8D0=
132132
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.25 h1:Iy28SRz2KfiGFtlj/HmLM5QPE+8K9I3bQPFx8Fo59OI=
133133
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.25/go.mod h1:3OUv9SlYvymsCF3I5NftITc1+B09cF5lg4IsZgQQy1U=
134134
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.27 h1:wxij3U3NcK5Ku/VURBqR1r7Ip+kLsmfZd0b7BlqCKyk=

0 commit comments

Comments
 (0)