Skip to content

Bump the minor-bumps group with 11 updates#39

Merged
samshadwell merged 1 commit into
mainfrom
dependabot/go_modules/minor-bumps-8a9bd06a56
May 1, 2026
Merged

Bump the minor-bumps group with 11 updates#39
samshadwell merged 1 commit into
mainfrom
dependabot/go_modules/minor-bumps-8a9bd06a56

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the minor-bumps group with 11 updates:

Package From To
github.com/aws/aws-cdk-go/awscdk/v2 2.246.0 2.252.0
github.com/aws/aws-cdk-go/awscdklambdagoalpha/v2 2.246.0-alpha.0 2.252.0-alpha.0
github.com/aws/aws-sdk-go-v2 1.41.5 1.41.7
github.com/aws/aws-sdk-go-v2/config 1.32.13 1.32.17
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue 1.20.37 1.20.39
github.com/aws/aws-sdk-go-v2/service/dynamodb 1.57.1 1.57.3
github.com/aws/aws-sdk-go-v2/service/s3 1.98.0 1.100.1
github.com/aws/constructs-go/constructs/v10 10.5.1 10.6.0
github.com/aws/jsii-runtime-go 1.127.0 1.128.0
github.com/oapi-codegen/runtime 1.3.1 1.4.0
go.uber.org/zap 1.27.1 1.28.0

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

Commits
  • a2cc28f chore(release): appstagingsynthesizeralpha@v2.252.0-alpha.0
  • ae1b240 chore(release): appstagingsynthesizeralpha@v2.251.0-alpha.0
  • 61fe6eb chore(release): appstagingsynthesizeralpha@v2.250.0-alpha.0
  • f273844 chore(release): appstagingsynthesizeralpha@v2.249.0-alpha.0
  • 86db345 chore(release): appstagingsynthesizeralpha@v2.248.0-alpha.0
  • 56651d4 chore(release): appstagingsynthesizeralpha@v2.247.0-alpha.0
  • See full diff in compare view

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

Commits
  • a2cc28f chore(release): appstagingsynthesizeralpha@v2.252.0-alpha.0
  • ae1b240 chore(release): appstagingsynthesizeralpha@v2.251.0-alpha.0
  • 61fe6eb chore(release): appstagingsynthesizeralpha@v2.250.0-alpha.0
  • f273844 chore(release): appstagingsynthesizeralpha@v2.249.0-alpha.0
  • 86db345 chore(release): appstagingsynthesizeralpha@v2.248.0-alpha.0
  • 56651d4 chore(release): appstagingsynthesizeralpha@v2.247.0-alpha.0
  • See full diff in compare view

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

Commits

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

Commits

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

Commits

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

Commits

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

Commits

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

Commits

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

Commits

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

Release notes

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

Parameter handling improvements and fixes

This release fixes some missing edge cases in parameter binding and styling. We now handle all the permutations of style and explode, for the first time. Lots of tests have been added to catch regressions.

🚀 New features and improvements

  • Improve deepobject unmarshalling to support nullable.Nullable and encode.TextUnmarshaler (#45) @​j-waters
  • feat: support spaceDelimited and pipeDelimited query parameter binding (#117) @​mromaszewicz

🐛 Bug fixes

  • Fix form/explode=false incorrectly splitting primitive string values on commas (#119) @​f-kanari

📦 Dependency updates

  • fix(deps): update module github.com/labstack/echo/v4 to v4.15.1 (#105) @renovate[bot]
  • fix(deps): update module github.com/labstack/echo/v5 to v5.1.0 (#120) @renovate[bot]
  • chore(deps): update release-drafter/release-drafter action to v7 (#113) @renovate[bot]

Sponsors

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

Commits
  • 247b459 fix(deps): update module github.com/labstack/echo/v4 to v4.15.1 (#105)
  • 1d38dfa fix(deps): update module github.com/labstack/echo/v5 to v5.1.0 (#120)
  • be9ed17 chore(deps): update release-drafter/release-drafter action to v7 (#113)
  • 77570f9 Fix form/explode=false incorrectly splitting primitive string values on comma...
  • dfe6f3b feat: support spaceDelimited and pipeDelimited query parameter binding (#117)
  • 5ea8c65 Improve deepobject unmarshalling to support nullable.Nullable and encode.Text...
  • See full diff in compare view

Updates go.uber.org/zap from 1.27.1 to 1.28.0

Release notes

Sourced from go.uber.org/zap's releases.

v1.28.0

Enhancements:

  • #1534[]: Add zapcore.CheckPreWriteHook and CheckedEntry.Before method for transforming entries before they are written to any Cores.

#1534: uber-go/zap#1534

Changelog

Sourced from go.uber.org/zap's changelog.

1.28.0 (27 Apr 2026)

Enhancements:

  • #1534[]: Add zapcore.CheckPreWriteHook and CheckedEntry.Before method for transforming entries before they are written to any Cores.
Commits
  • 5b81b37 release v1.28.0 (#1547)
  • 0ab0d5a zapcore: Add PreWriteHook for transforming entries before write (#1534)
  • d278c59 [chore] CI: test on Go 1.26 (#1535)
  • 16fb16b chore(dep): replace archived gopkg.in/yaml.v3 with officially maintained go.y...
  • 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.246.0` | `2.252.0` |
| [github.com/aws/aws-cdk-go/awscdklambdagoalpha/v2](https://github.com/aws/aws-cdk-go) | `2.246.0-alpha.0` | `2.252.0-alpha.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.41.5` | `1.41.7` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.13` | `1.32.17` |
| [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2) | `1.20.37` | `1.20.39` |
| [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2) | `1.57.1` | `1.57.3` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.98.0` | `1.100.1` |
| [github.com/aws/constructs-go/constructs/v10](https://github.com/aws/constructs-go) | `10.5.1` | `10.6.0` |
| [github.com/aws/jsii-runtime-go](https://github.com/aws/jsii-runtime-go) | `1.127.0` | `1.128.0` |
| [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) | `1.3.1` | `1.4.0` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.27.1` | `1.28.0` |


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

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

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

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

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

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

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

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

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

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

Updates `go.uber.org/zap` from 1.27.1 to 1.28.0
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.27.1...v1.28.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-cdk-go/awscdk/v2
  dependency-version: 2.252.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.252.0-alpha.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.7
  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.17
  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.39
  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.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-bumps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.100.1
  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.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-bumps
- dependency-name: github.com/aws/jsii-runtime-go
  dependency-version: 1.128.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.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-bumps
- dependency-name: go.uber.org/zap
  dependency-version: 1.28.0
  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 May 1, 2026
@samshadwell samshadwell merged commit 5697fa3 into main May 1, 2026
2 checks passed
@samshadwell samshadwell deleted the dependabot/go_modules/minor-bumps-8a9bd06a56 branch May 1, 2026 14:29
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