Skip to content

Bump the production-dependencies group across 1 directory with 9 updates - #295

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/production-dependencies-77803c709b
Open

Bump the production-dependencies group across 1 directory with 9 updates#295
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/production-dependencies-77803c709b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 7 updates in the / directory:

Package From To
github.com/aws/amazon-s3-encryption-client-go/v3 3.2.0 3.2.1
github.com/aws/aws-sdk-go-v2 1.42.1 1.43.2
github.com/aws/aws-sdk-go-v2/credentials 1.19.28 1.19.32
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.22.32 1.22.37
github.com/aws/aws-sdk-go-v2/service/kms 1.54.0 1.55.2
github.com/jarcoal/httpmock 1.4.1 1.4.2
github.com/mattn/go-sqlite3 1.14.47 1.14.49

Updates github.com/aws/amazon-s3-encryption-client-go/v3 from 3.2.0 to 3.2.1

Release notes

Sourced from github.com/aws/amazon-s3-encryption-client-go/v3's releases.

v3.2.1 -- 2026-07-30

Fixes

Full Changelog: aws/amazon-s3-encryption-client-go@v3.2.0...v3.2.1

Changelog

Sourced from github.com/aws/amazon-s3-encryption-client-go/v3's changelog.

3.2.1 (aws/amazon-s3-encryption-client-go@v3.2.0...v3.2.1) (2026-07-29)

Fixes

* return a decode error for malformed material description ([#85](https://github.com/aws/amazon-s3-encryption-client-go/issues/85) (https://github.com/aws/amazon-s3-encryption-client-go/issues/85)) (2b02356 (https://github.com/aws/amazon-s3-encryption-client-go/commit/2b02356101e84cfd83992dd715ac18ebd058b817))

4.0.0 (2025-12-16)

Features

  • Updates to the S3 Encryption Client

See migration guide from 3.x to 4.x: link

⚠ BREAKING CHANGES

  • The S3 Encryption Client now uses key committing algorithm suites by default.
  • Removed S3EncryptionClientV3 in favor of the upgraded S3EncryptionClientV4
  • Updated expectations for custom implementations of the CryptographicMaterialsManager interface.
    • Custom implementations of the interface's GetEncryptionMaterials method MUST set the AlgorithmSuite field on the returned EncryptionMaterials.
      • The provided DefaultCryptographicMaterialsManager's GetEncryptionMaterials method and the provided NewEncryptionMaterials method set this field from the AlgorithmSuite provided in the req EncryptionMaterialsRequest.
      • If the custom implementation wraps the provided DefaultCryptographicMaterialsManager.GetEncryptionMaterials method or calls the provided NewEncryptionMaterials method, it's likely that no code updates are required. The provided logic has been updated with this change.
    • Custom implementations of the interface's DecryptMaterials method MUST set the KeyCommitment field on the returned CryptographicMaterials.
      • The provided DefaultCryptographicMaterialsManager's DecryptMaterials method and the provided DecryptMaterials method set this field from the KeyCommitment provided in the req DecryptMaterialsRequest.
      • If the custom implementation wraps the provided DefaultCryptographicMaterialsManager.DecryptMaterials method or calls the provided NewDecryptionMaterials method, it's likely that no code updates are required. The provided logic has been updated with this change.
  • Updated expectations for custom implementations of the Keyring interface.
    • Custom implementations of the interface's OnDecrypt method MUST set the KeyCommitment field on the returned CryptographicMaterials.
      • The provided KmsKeyring's OnDecrypt method and the provided commonDecrypt method set this field from the KeyCommitment provided in the materials DecryptionMaterials.
      • If the custom implementation wraps the provided KmsKeyring.OnDecrypt method or calls the provided commonDecrypt method, it's likely that no code updates are required. The provided logic has been updated with this change.

Fixes

  • Fixed an issue where nonces of invalid lengths could cause a panic during decryption.
Commits

Updates github.com/aws/aws-sdk-go-v2 from 1.42.1 to 1.43.2

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.28 to 1.19.32

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.22.32 to 1.22.37

Commits

Updates github.com/aws/aws-sdk-go-v2/service/kms from 1.54.0 to 1.55.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.105.0 to 1.106.2

Commits

Updates github.com/aws/smithy-go from 1.27.3 to 1.27.5

Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2026-07-31)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.6
    • Bug Fix: Fix failure to deserialize any @httpPayload struct with a non-string member.
    • Bug Fix: Fix failure to serialize any @httpPayload struct with a nested struct.

Release (2026-07-27)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.5
    • Bug Fix: Fix a performance issue in awsQuery with large response payloads.

Release (2026-07-16)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go/aws-http-auth: v1.2.1
    • Bug Fix: Use r.URL.Host when r.Host is unset.
  • github.com/aws/smithy-go/aws-http-auth-schemes: v1.0.0
    • Release: Module github.com/aws/smithy-go/aws-http-auth-schemes adds generic smithy-go client support for AWS Sigv4 and Sigv4a.

Release (2026-06-26)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.3
    • Bug Fix: Fix bug in JSON doc encoder and endpoint host label format validation

Release (2026-06-05)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.2
    • Bug Fix: Fix incorrect serialization of unions in CBOR-based protocols.

Release (2026-06-04)

... (truncated)

Commits

Updates github.com/jarcoal/httpmock from 1.4.1 to 1.4.2

Release notes

Sourced from github.com/jarcoal/httpmock's releases.

v1.4.2

What's Changed

Full Changelog: jarcoal/httpmock@v1.4.1...v1.4.2

Commits
  • 1ddfb9e feat: Responder.Delay can be interrupted by context cancellation (#169)
  • a796508 test: update install-go
  • 52e7107 test: use golangci-lint v2.12.2
  • 0147409 test: also test with go v1.26 and use golangci-lint v2.9.0
  • See full diff in compare view

Updates github.com/mattn/go-sqlite3 from 1.14.47 to 1.14.49

Release notes

Sourced from github.com/mattn/go-sqlite3's releases.

1.14.49

What's Changed

Full Changelog: mattn/go-sqlite3@v1.14.48...v1.14.49

1.14.48

What's Changed

... (truncated)

Commits
  • cc41b8c Merge pull request #1442 from mattn/sqlite-amalgamation-3053004
  • 18308a8 Upgrade SQLite to version 3053004
  • c1a1466 Merge pull request #1440 from mattn/fix-limit-example-stmt-leak
  • 18f2ec3 Assert the expected too many SQL variables error
  • 210e260 Merge pull request #1439 from mattn/fix-hook-example-rows-leak
  • dccd45f Merge pull request #1438 from mattn/fix-vtable-example-declare
  • c0861de Quote table name before interpolating into DeclareVTab
  • e664cc6 Merge pull request #1437 from mattn/fix-series-vtable-example
  • 2195c5d Merge pull request #1436 from mattn/fix-fuzz-off-by-one
  • df9873f Merge pull request #1435 from mattn/fix-upgrade-error-handling
  • Additional commits viewable in compare view

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 production-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/amazon-s3-encryption-client-go/v3](https://github.com/aws/amazon-s3-encryption-client-go) | `3.2.0` | `3.2.1` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.42.1` | `1.43.2` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.19.28` | `1.19.32` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.22.32` | `1.22.37` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2) | `1.54.0` | `1.55.2` |
| [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) | `1.4.1` | `1.4.2` |
| [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.47` | `1.14.49` |



Updates `github.com/aws/amazon-s3-encryption-client-go/v3` from 3.2.0 to 3.2.1
- [Release notes](https://github.com/aws/amazon-s3-encryption-client-go/releases)
- [Changelog](https://github.com/aws/amazon-s3-encryption-client-go/blob/main/CHANGELOG.md)
- [Commits](aws/amazon-s3-encryption-client-go@v3.2.0...v3.2.1)

Updates `github.com/aws/aws-sdk-go-v2` from 1.42.1 to 1.43.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.42.1...v1.43.2)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.28 to 1.19.32
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.28...credentials/v1.19.32)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.22.32 to 1.22.37
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@feature/s3/manager/v1.22.32...feature/s3/manager/v1.22.37)

Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.54.0 to 1.55.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.54.0...service/s3/v1.55.2)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.105.0 to 1.106.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.105.0...service/s3/v1.106.2)

Updates `github.com/aws/smithy-go` from 1.27.3 to 1.27.5
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.27.3...v1.27.5)

Updates `github.com/jarcoal/httpmock` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/jarcoal/httpmock/releases)
- [Commits](jarcoal/httpmock@v1.4.1...v1.4.2)

Updates `github.com/mattn/go-sqlite3` from 1.14.47 to 1.14.49
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.47...v1.14.49)

---
updated-dependencies:
- dependency-name: github.com/aws/amazon-s3-encryption-client-go/v3
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.43.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-version: 1.22.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
  dependency-version: 1.55.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.106.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.27.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: github.com/jarcoal/httpmock
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: github.com/mattn/go-sqlite3
  dependency-version: 1.14.49
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Updates to dependency files go Pull requests that update Go code labels Aug 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Updates to dependency files go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants