Skip to content

deps: bump the aws-sdk group with 5 updates#108

Merged
cjimti merged 1 commit into
mainfrom
dependabot/go_modules/aws-sdk-73a532b83d
Jun 7, 2026
Merged

deps: bump the aws-sdk group with 5 updates#108
cjimti merged 1 commit into
mainfrom
dependabot/go_modules/aws-sdk-73a532b83d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the aws-sdk group with 5 updates:

Package From To
github.com/aws/aws-sdk-go-v2 1.41.9 1.41.12
github.com/aws/aws-sdk-go-v2/config 1.32.20 1.32.23
github.com/aws/aws-sdk-go-v2/credentials 1.19.19 1.19.22
github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager 0.2.3 0.2.8
github.com/aws/aws-sdk-go-v2/service/s3 1.102.2 1.103.2

Updates github.com/aws/aws-sdk-go-v2 from 1.41.9 to 1.41.12

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.20 to 1.32.23

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.19 to 1.19.22

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager from 0.2.3 to 0.2.8

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.102.2 to 1.103.2

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the aws-sdk group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.41.9` | `1.41.12` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.20` | `1.32.23` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.19.19` | `1.19.22` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager](https://github.com/aws/aws-sdk-go-v2) | `0.2.3` | `0.2.8` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.102.2` | `1.103.2` |


Updates `github.com/aws/aws-sdk-go-v2` from 1.41.9 to 1.41.12
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.41.9...v1.41.12)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.20 to 1.32.23
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.20...config/v1.32.23)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.19 to 1.19.22
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.19...credentials/v1.19.22)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager` from 0.2.3 to 0.2.8
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@internal/repotools/v0.2.3...feature/s3/transfermanager/v0.2.8)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.102.2 to 1.103.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.102.2...service/s3/v1.103.2)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.41.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager
  dependency-version: 0.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.103.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 7, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from cjimti as a code owner June 7, 2026 08:58
@cjimti cjimti merged commit 673c6db into main Jun 7, 2026
6 checks passed
@cjimti cjimti deleted the dependabot/go_modules/aws-sdk-73a532b83d branch June 7, 2026 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant