Skip to content

deps(smithy): bump software.amazon.smithy:smithy-openapi from 1.69.0 to 1.70.0 in /spec/smithy-bare-arrays in the smithy-gradle-dependencies group#306

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/gradle/spec/smithy-bare-arrays/smithy-gradle-dependencies-6820558798
May 11, 2026
Merged

deps(smithy): bump software.amazon.smithy:smithy-openapi from 1.69.0 to 1.70.0 in /spec/smithy-bare-arrays in the smithy-gradle-dependencies group#306
github-actions[bot] merged 1 commit into
mainfrom
dependabot/gradle/spec/smithy-bare-arrays/smithy-gradle-dependencies-6820558798

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the smithy-gradle-dependencies group in /spec/smithy-bare-arrays with 1 update: software.amazon.smithy:smithy-openapi.

Updates software.amazon.smithy:smithy-openapi from 1.69.0 to 1.70.0

Release notes

Sourced from software.amazon.smithy:smithy-openapi's releases.

Smithy CLI v1.70.0

1.70.0 (2026-04-30)

Features

  • Add JSON Schema for smithy-build.json (#3062)

  • Added three new shape type selectors

    • aggregateType selects lists, structures, unions, and maps.
    • serviceType selects services, resources, and operations.
    • dataType selects aggregate types and simple types. (#3070)
  • Adds a Bill of Materials (BOM) for all Smithy packagees (#3056)

  • Add support for custom comparators for sorting IDL serialization output (#3058)

  • Ignore JARs without a Smithy manifest to allow Smithy model packages to have non-Smithy dependencies (#3055)

Bug Fixes

  • Fix init failure on corrupted template cache (#3051)
  • Fix CLI dependency cache for multiple configs building to the same directory (#3061)
  • Fix trait/validator loading with discoverModels (#3049)
  • Optimize chained :root selector evaluation by updating IntermediateAndSelector to only push to input-independent selectors one time (#3054)
  • Fix minor issues logged during builds (#3050)
  • Fixed a bug in the formatter that was removing newlines escapes (#3068)

Documentation

  • Updated the example retry strategy in client guidance and updated the initial token method to take information about the operation. (#3000)
  • Added docs for the endpointTests trait. (#3048)

Other

... (truncated)

Changelog

Sourced from software.amazon.smithy:smithy-openapi's changelog.

1.70.0 (2026-04-30)

Features

  • Add JSON Schema for smithy-build.json (#3062)

  • Added three new shape type selectors

    • aggregateType selects lists, structures, unions, and maps.
    • serviceType selects services, resources, and operations.
    • dataType selects aggregate types and simple types. (#3070)
  • Adds a Bill of Materials (BOM) for all Smithy packagees (#3056)

  • Add support for custom comparators for sorting IDL serialization output (#3058)

  • Ignore JARs without a Smithy manifest to allow Smithy model packages to have non-Smithy dependencies (#3055)

Bug Fixes

  • Fix init failure on corrupted template cache (#3051)
  • Fix CLI dependency cache for multiple configs building to the same directory (#3061)
  • Fix trait/validator loading with discoverModels (#3049)
  • Optimize chained :root selector evaluation by updating IntermediateAndSelector to only push to input-independent selectors one time (#3054)
  • Fix minor issues logged during builds (#3050)
  • Fixed a bug in the formatter that was removing newlines escapes (#3068)

Documentation

  • Updated the example retry strategy in client guidance and updated the initial token method to take information about the operation. (#3000)
  • Added docs for the endpointTests trait. (#3048)

Other

... (truncated)

Commits

Dependabot compatibility score

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

Summary by cubic

Upgrade software.amazon.smithy:smithy-openapi from 1.69.0 to 1.70.0 in spec/smithy-bare-arrays to pick up the latest OpenAPI generation fixes and features. This keeps our Smithy integration current with the 1.70.0 release.

Written for commit ddaa5fd. Summary will update on new commits.

Bumps the smithy-gradle-dependencies group in /spec/smithy-bare-arrays with 1 update: [software.amazon.smithy:smithy-openapi](https://github.com/smithy-lang/smithy).


Updates `software.amazon.smithy:smithy-openapi` from 1.69.0 to 1.70.0
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.69.0...1.70.0)

---
updated-dependencies:
- dependency-name: software.amazon.smithy:smithy-openapi
  dependency-version: 1.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: smithy-gradle-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file spec Changes to the Smithy spec or OpenAPI labels May 11, 2026
Copilot AI review requested due to automatic review settings May 11, 2026 17:21
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file spec Changes to the Smithy spec or OpenAPI labels May 11, 2026
@dependabot dependabot Bot review requested due to automatic review settings May 11, 2026 17:21
@github-actions github-actions Bot enabled auto-merge (squash) May 11, 2026 17:22
@github-actions
Copy link
Copy Markdown

Spec Change Impact

Changes Summary:

No operations, types, or resources were added, modified, or removed in this spec update. The change appears to strictly update the Smithy OpenAPI dependency version.

SDK Impact:

  • Regeneration is required for all SDKs due to the dependency update.

Breaking API Change:

  • No, this is not a breaking API change.

SDK Checklist:

  • Go
  • TypeScript
  • Ruby
  • Kotlin
  • Swift

@github-actions github-actions Bot added the enhancement New feature or request label May 11, 2026
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@github-actions github-actions Bot merged commit be87741 into main May 11, 2026
44 of 45 checks passed
@dependabot dependabot Bot deleted the dependabot/gradle/spec/smithy-bare-arrays/smithy-gradle-dependencies-6820558798 branch May 11, 2026 17:30
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 enhancement New feature or request spec Changes to the Smithy spec or OpenAPI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants