Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2025

Bumps the gradle group with 2 updates in the / directory: com.github.spotbugs and software.amazon.smithy:smithy-model.

Updates com.github.spotbugs from 6.2.5 to 6.4.4

Updates software.amazon.smithy:smithy-model from 1.51.0 to 1.63.0

Release notes

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

Smithy CLI v1.63.0

1.63.0 (2025-10-17)

Features

  • Added AWS_PARTITIONS_FILE_OVERRIDE env variable to allow easily overriding the partitions.json file used to resolve partition metadata (#2794)
  • Added a StructureOrUnion suffix to ChangedNullability.AddedRequiredTrait diff event id when required is added to members targeting a structure or union (#2793)

Bug Fixes

  • Fixed loading jars with percent-encoded paths (#2759)
  • Fixed possible NPE in TopologicalShapeSort (#2785)
  • Reverted change to substring validation in rules engine from 1.62.0 (#2790)
  • Fixed required member validation for smoke tests when params is not provided (#2795)

Documentation

  • Added documentation page for AI traits (#2750)
  • Fixed references to smithy-java version (#2788)

Smithy CLI v1.62.0

1.62.0 (2025-09-24)

Features

  • Allow specifying multiple files and/or directories to smithy format. Fixes (#2757)
  • Added split function to rules engine. (#2762)
  • Added BDD-based rules engine trait. (#2703)
  • Updated builders to consistently use BuilderRef to avoid leaking mutable values. (#2743)
  • Synced partitions.json to match latest SDK release. (#2777, #2781)
  • Added support for union traits and unions as parts of other trait definitions. (#2780, #2784)

... (truncated)

Changelog

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

1.63.0 (2025-10-17)

Features

  • Added AWS_PARTITIONS_FILE_OVERRIDE env variable to allow easily overriding the partitions.json file used to resolve partition metadata (#2794)
  • Added a StructureOrUnion suffix to ChangedNullability.AddedRequiredTrait diff event id when required is added to members targeting a structure or union (#2793)

Bug Fixes

  • Fixed loading jars with percent-encoded paths (#2759)
  • Fixed possible NPE in TopologicalShapeSort (#2785)
  • Reverted change to substring validation in rules engine from 1.62.0 (#2790)
  • Fixed required member validation for smoke tests when params is not provided (#2795)

Documentation

  • Added documentation page for AI traits (#2750)
  • Fixed references to smithy-java version (#2788)

1.62.0 (2025-09-24)

Features

  • Allow specifying multiple files and/or directories to smithy format. Fixes #2563. (#2757)
  • Added split function to rules engine. (#2762)
  • Added BDD-based rules engine trait. (#2703)
  • Updated builders to consistently use BuilderRef to avoid leaking mutable values. (#2743)
  • Synced partitions.json to match latest SDK release. (#2777, #2781)
  • Added support for union traits and unions as parts of other trait definitions. (#2780, #2784)

Bug Fixes

... (truncated)

Commits
  • b5e5b1d Bump version to 1.63.0 (#2798)
  • 786e8bd Bump vite from 5.4.20 to 5.4.21 in /docs/landing-page (#2802)
  • 6b3aa95 Fix loading jars with encoded paths (#2759)
  • 5bd4acf Fix smoke test missing params (#2795)
  • 4a2ac32 Add AWS_PARTITIONS_FILE_OVERRIDE env variable
  • 54e6468 Add a sufix to distinguish added required traits to structures or unions (#2793)
  • b51e9fa Adding doc entry for AI Traits (#2750)
  • 426c1ef Bump gradle/actions from 4 to 5
  • a07c8fe Revert substring validation change
  • f279e10 Fix incorrect tags in smithy-java related docs (#2788)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 gradle group with 2 updates in the / directory: com.github.spotbugs and [software.amazon.smithy:smithy-model](https://github.com/smithy-lang/smithy).


Updates `com.github.spotbugs` from 6.2.5 to 6.4.4

Updates `software.amazon.smithy:smithy-model` from 1.51.0 to 1.63.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.51.0...1.63.0)

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-version: 6.4.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-model
  dependency-version: 1.63.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 29, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 29, 2025 21:02
@dependabot dependabot bot requested a review from kstich October 29, 2025 21:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 29, 2025
@kstich kstich merged commit 44e8e4b into main Oct 29, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/gradle-179ed3a26a branch October 29, 2025 22:04
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant