Skip to content

Bump the minor-bumps group with 11 updates#38

Merged
samshadwell merged 1 commit into
mainfrom
dependabot/go_modules/minor-bumps-033cc7b68c
Apr 1, 2026
Merged

Bump the minor-bumps group with 11 updates#38
samshadwell merged 1 commit into
mainfrom
dependabot/go_modules/minor-bumps-033cc7b68c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 1, 2026

Bumps the minor-bumps group with 11 updates:

Package From To
github.com/aws/aws-cdk-go/awscdk/v2 2.240.0 2.246.0
github.com/aws/aws-cdk-go/awscdklambdagoalpha/v2 2.240.0-alpha.0 2.246.0-alpha.0
github.com/aws/aws-lambda-go 1.52.0 1.54.0
github.com/aws/aws-sdk-go-v2 1.41.2 1.41.5
github.com/aws/aws-sdk-go-v2/config 1.32.10 1.32.13
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue 1.20.33 1.20.37
github.com/aws/aws-sdk-go-v2/service/dynamodb 1.56.0 1.57.1
github.com/aws/aws-sdk-go-v2/service/s3 1.96.2 1.98.0
github.com/aws/constructs-go/constructs/v10 10.5.0 10.5.1
github.com/aws/jsii-runtime-go 1.126.0 1.127.0
github.com/oapi-codegen/runtime 1.2.0 1.3.1

Updates github.com/aws/aws-cdk-go/awscdk/v2 from 2.240.0 to 2.246.0

Commits
  • 623ad09 chore(release): appstagingsynthesizeralpha@v2.246.0-alpha.0
  • 00c3051 chore(release): appstagingsynthesizeralpha@v2.245.0-alpha.0
  • 51f3938 chore(release): appstagingsynthesizeralpha@v2.244.0-alpha.0
  • bc091fa chore(release): appstagingsynthesizeralpha@v2.243.0-alpha.0
  • 8c5c60f chore(release): appstagingsynthesizeralpha@v2.242.0-alpha.0
  • 7f03a9e chore(release): appstagingsynthesizeralpha@v2.241.0-alpha.0
  • See full diff in compare view

Updates github.com/aws/aws-cdk-go/awscdklambdagoalpha/v2 from 2.240.0-alpha.0 to 2.246.0-alpha.0

Commits
  • 623ad09 chore(release): appstagingsynthesizeralpha@v2.246.0-alpha.0
  • 00c3051 chore(release): appstagingsynthesizeralpha@v2.245.0-alpha.0
  • 51f3938 chore(release): appstagingsynthesizeralpha@v2.244.0-alpha.0
  • bc091fa chore(release): appstagingsynthesizeralpha@v2.243.0-alpha.0
  • 8c5c60f chore(release): appstagingsynthesizeralpha@v2.242.0-alpha.0
  • 7f03a9e chore(release): appstagingsynthesizeralpha@v2.241.0-alpha.0
  • See full diff in compare view

Updates github.com/aws/aws-lambda-go from 1.52.0 to 1.54.0

Release notes

Sourced from github.com/aws/aws-lambda-go's releases.

v1.54.0

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.54.0...v1.53.0

v1.53.0

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.53.0...v1.52.0

Commits
  • ca19f6f Allow ClientContext.Custom unmarshaling for non-string (JSON) values (#620)
  • 9c32960 Merge pull request #619 from maximrub/inbound-federation
  • ebe38d9 add support for Cognito Inbound federation Lambda trigger
  • 71624ac Fix spelling typos (#616)
  • 33e4dc3 Update workflows for go 1.26 (#617)
  • e1cb461 Merge pull request #612 from yhamano0312/feat/add-s3-event-fields
  • a66ce2d Merge branch 'main' into feat/add-s3-event-fields
  • be52e48 feat: add lifecycle event data structure and corresponding test for S3 events
  • 5516bce feat: add intelligent tiering event data structure and corresponding test for...
  • 1f8f7e8 feat: add restore event data structure and corresponding test for S3 events
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.41.2 to 1.41.5

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.10 to 1.32.13

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.20.33 to 1.20.37

Commits

Updates github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.56.0 to 1.57.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.96.2 to 1.98.0

Commits

Updates github.com/aws/constructs-go/constructs/v10 from 10.5.0 to 10.5.1

Commits

Updates github.com/aws/jsii-runtime-go from 1.126.0 to 1.127.0

Commits

Updates github.com/oapi-codegen/runtime from 1.2.0 to 1.3.1

Release notes

Sourced from github.com/oapi-codegen/runtime's releases.

Fix a parameter binding regression

v1.3.0 introduced a regression around binding styled parameters into primitive type destinations. This regression was due to a fix in binding matrix and label parameters. Sorry about that.

🐛 Bug fixes

Sponsors

We would like to thank our sponsors for their support during this release.

Echo V5, more parameter handling options, bug fixes

🚀 New features and improvements

🐛 Bug fixes

👻 Maintenance

📦 Dependency updates

... (truncated)

Commits
  • 00e51fe Fix regression in binding simple parameters (#115)
  • ee2e591 chore: Update to go 1.24 (#111)
  • fd63554 Fix: Query param deepObject return without assign on !required (#68)
  • c9909ff fix: strip style prefix for label/matrix primitive parameters (#99) (#100)
  • 09a43f0 feat: improve parameter handling (#109)
  • 99b941f feat: add support for echo v5 (#89)
  • d4b9383 fix: parse un-exploded query param to map (#101)
  • bfe9ff9 fix: respect Binder interface for primitive types in BindStringToObject (#86)
  • See full diff 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 minor-bumps group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-cdk-go/awscdk/v2](https://github.com/aws/aws-cdk-go) | `2.240.0` | `2.246.0` |
| [github.com/aws/aws-cdk-go/awscdklambdagoalpha/v2](https://github.com/aws/aws-cdk-go) | `2.240.0-alpha.0` | `2.246.0-alpha.0` |
| [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) | `1.52.0` | `1.54.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.41.2` | `1.41.5` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.10` | `1.32.13` |
| [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2) | `1.20.33` | `1.20.37` |
| [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2) | `1.56.0` | `1.57.1` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.96.2` | `1.98.0` |
| [github.com/aws/constructs-go/constructs/v10](https://github.com/aws/constructs-go) | `10.5.0` | `10.5.1` |
| [github.com/aws/jsii-runtime-go](https://github.com/aws/jsii-runtime-go) | `1.126.0` | `1.127.0` |
| [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) | `1.2.0` | `1.3.1` |


Updates `github.com/aws/aws-cdk-go/awscdk/v2` from 2.240.0 to 2.246.0
- [Commits](aws/aws-cdk-go@awscdk/v2.240.0...awscdk/v2.246.0)

Updates `github.com/aws/aws-cdk-go/awscdklambdagoalpha/v2` from 2.240.0-alpha.0 to 2.246.0-alpha.0
- [Commits](aws/aws-cdk-go@awsec2alpha/v2.240.0-alpha.0...awsec2alpha/v2.246.0-alpha.0)

Updates `github.com/aws/aws-lambda-go` from 1.52.0 to 1.54.0
- [Release notes](https://github.com/aws/aws-lambda-go/releases)
- [Commits](aws/aws-lambda-go@v1.52.0...v1.54.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.41.2 to 1.41.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.41.2...v1.41.5)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.10 to 1.32.13
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.10...config/v1.32.13)

Updates `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue` from 1.20.33 to 1.20.37
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@feature/dynamodb/attributevalue/v1.20.33...feature/dynamodb/attributevalue/v1.20.37)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.56.0 to 1.57.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.56.0...service/s3/v1.57.1)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.96.2 to 1.98.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.96.2...service/s3/v1.98.0)

Updates `github.com/aws/constructs-go/constructs/v10` from 10.5.0 to 10.5.1
- [Release notes](https://github.com/aws/constructs-go/releases)
- [Commits](aws/constructs-go@constructs/v10.5.0...constructs/v10.5.1)

Updates `github.com/aws/jsii-runtime-go` from 1.126.0 to 1.127.0
- [Release notes](https://github.com/aws/jsii-runtime-go/releases)
- [Commits](aws/jsii-runtime-go@v1.126.0...v1.127.0)

Updates `github.com/oapi-codegen/runtime` from 1.2.0 to 1.3.1
- [Release notes](https://github.com/oapi-codegen/runtime/releases)
- [Commits](oapi-codegen/runtime@v1.2.0...v1.3.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-cdk-go/awscdk/v2
  dependency-version: 2.246.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-bumps
- dependency-name: github.com/aws/aws-cdk-go/awscdklambdagoalpha/v2
  dependency-version: 2.246.0-alpha.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-bumps
- dependency-name: github.com/aws/aws-lambda-go
  dependency-version: 1.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-bumps
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.41.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-bumps
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-bumps
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
  dependency-version: 1.20.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-bumps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
  dependency-version: 1.57.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-bumps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.98.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-bumps
- dependency-name: github.com/aws/constructs-go/constructs/v10
  dependency-version: 10.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-bumps
- dependency-name: github.com/aws/jsii-runtime-go
  dependency-version: 1.127.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-bumps
- dependency-name: github.com/oapi-codegen/runtime
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-bumps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 1, 2026
@samshadwell samshadwell merged commit 7f3eab3 into main Apr 1, 2026
2 checks passed
@samshadwell samshadwell deleted the dependabot/go_modules/minor-bumps-033cc7b68c branch April 1, 2026 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant