Skip to content

Commit 4f8863c

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/ses to v1.15.0 (#6512)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/ses](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.14.23` -> `v1.15.0` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.15.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/ses/v1.14.23...v1.15.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/ses/v1.14.23...v1.15.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 4c82e8b commit 4f8863c

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
@@ -83,7 +83,7 @@ require (
8383
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.16.0
8484
github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry v1.15.2
8585
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.13.23
86-
github.com/aws/aws-sdk-go-v2/service/ses v1.14.23
86+
github.com/aws/aws-sdk-go-v2/service/ses v1.15.0
8787
github.com/aws/aws-sdk-go-v2/service/sesv2 v1.15.3
8888
github.com/aws/aws-sdk-go-v2/service/sfn v1.16.2
8989
github.com/aws/aws-sdk-go-v2/service/sns v1.18.8

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry v1.15.2 h1:o1yfwn
222222
github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry v1.15.2/go.mod h1:H/ErouUYrKFwuRLD4MIUeoyZgupytldUbDzCACH+Rys=
223223
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.13.23 h1:QTbShmzWTmoF5dbd0K34aY1tXZV7LO6NJ1iRnJQ9v8I=
224224
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.13.23/go.mod h1:8I7mkhR5OsSBE1FlKOZ7Etb5gtA9881M++HhCEhMj10=
225-
github.com/aws/aws-sdk-go-v2/service/ses v1.14.23 h1:d6Ivfh5RQtQBGgo4NrrRqNcwA5VuTYdd/hh+IBZgnYc=
226-
github.com/aws/aws-sdk-go-v2/service/ses v1.14.23/go.mod h1:yOTAnL3dDC5wYhxL6+PXAa/hvsia8ckCBqyhzptW5K8=
225+
github.com/aws/aws-sdk-go-v2/service/ses v1.15.0 h1:hFlk7D1Y4OHaxTSbgGY19gso4tmAXuLi0JRlSZkgCjI=
226+
github.com/aws/aws-sdk-go-v2/service/ses v1.15.0/go.mod h1:yOTAnL3dDC5wYhxL6+PXAa/hvsia8ckCBqyhzptW5K8=
227227
github.com/aws/aws-sdk-go-v2/service/sesv2 v1.15.3 h1:JK8OY6BvODGFdv1B01s3kTjdJWoCQQUIItcEJCZEbwo=
228228
github.com/aws/aws-sdk-go-v2/service/sesv2 v1.15.3/go.mod h1:Q+I4FY+sxSWRVgbNXULzRnK+REDSF8oXzY5Eya/Y33c=
229229
github.com/aws/aws-sdk-go-v2/service/sfn v1.16.2 h1:tIgwAUjuSgMgJcZ+RCM5y1wckV6Ex62SnchT95qp+1k=

0 commit comments

Comments
 (0)