Skip to content

Bump the gradle group in /codegen with 7 updates#696

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/gradle/codegen/gradle-14638d8e48
Open

Bump the gradle group in /codegen with 7 updates#696
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/gradle/codegen/gradle-14638d8e48

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the gradle group in /codegen with 7 updates:

Package From To
software.amazon.smithy:smithy-model 1.69.0 1.70.0
software.amazon.smithy:smithy-codegen-core 1.69.0 1.70.0
software.amazon.smithy:smithy-aws-traits 1.69.0 1.70.0
software.amazon.smithy:smithy-aws-protocol-tests 1.69.0 1.70.0
software.amazon.smithy:smithy-protocol-test-traits 1.69.0 1.70.0
software.amazon.smithy:smithy-waiters 1.69.0 1.70.0
com.autonomousapps:dependency-analysis-gradle-plugin 3.9.0 3.10.0

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

Release notes

Sourced from software.amazon.smithy:smithy-model'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-model'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

Updates software.amazon.smithy:smithy-codegen-core from 1.69.0 to 1.70.0

Release notes

Sourced from software.amazon.smithy:smithy-codegen-core'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-codegen-core'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

Updates software.amazon.smithy:smithy-aws-traits from 1.69.0 to 1.70.0

Release notes

Sourced from software.amazon.smithy:smithy-aws-traits'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-aws-traits'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

Updates software.amazon.smithy:smithy-aws-protocol-tests from 1.69.0 to 1.70.0

Release notes

Sourced from software.amazon.smithy:smithy-aws-protocol-tests'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-aws-protocol-tests'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

Updates software.amazon.smithy:smithy-protocol-test-traits from 1.69.0 to 1.70.0

Release notes

Sourced from software.amazon.smithy:smithy-protocol-test-traits'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-protocol-test-traits'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

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

Release notes

Sourced from software.amazon.smithy:smithy-waiters'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-waiters'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

Updates software.amazon.smithy:smithy-codegen-core from 1.69.0 to 1.70.0

Release notes

Sourced from software.amazon.smithy:smithy-codegen-core'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-codegen-core'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

Updates software.amazon.smithy:smithy-aws-traits from 1.69.0 to 1.70.0

Release notes

Sourced from software.amazon.smithy:smithy-aws-traits'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-aws-traits'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

Bumps the gradle group in /codegen with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [software.amazon.smithy:smithy-model](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.70.0` |
| [software.amazon.smithy:smithy-codegen-core](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.70.0` |
| [software.amazon.smithy:smithy-aws-traits](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.70.0` |
| [software.amazon.smithy:smithy-aws-protocol-tests](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.70.0` |
| [software.amazon.smithy:smithy-protocol-test-traits](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.70.0` |
| [software.amazon.smithy:smithy-waiters](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.70.0` |
| [com.autonomousapps:dependency-analysis-gradle-plugin](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) | `3.9.0` | `3.10.0` |


Updates `software.amazon.smithy:smithy-model` 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)

Updates `software.amazon.smithy:smithy-codegen-core` 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)

Updates `software.amazon.smithy:smithy-aws-traits` 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)

Updates `software.amazon.smithy:smithy-aws-protocol-tests` 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)

Updates `software.amazon.smithy:smithy-protocol-test-traits` 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)

Updates `software.amazon.smithy:smithy-waiters` 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)

Updates `software.amazon.smithy:smithy-codegen-core` 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)

Updates `software.amazon.smithy:smithy-aws-traits` 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)

Updates `software.amazon.smithy:smithy-aws-protocol-tests` 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)

Updates `software.amazon.smithy:smithy-protocol-test-traits` 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)

Updates `software.amazon.smithy:smithy-waiters` 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)

Updates `com.autonomousapps:dependency-analysis-gradle-plugin` from 3.9.0 to 3.10.0
- [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](autonomousapps/dependency-analysis-gradle-plugin@v3.9.0...v3.10.0)

---
updated-dependencies:
- dependency-name: software.amazon.smithy:smithy-model
  dependency-version: 1.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-codegen-core
  dependency-version: 1.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-aws-traits
  dependency-version: 1.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-aws-protocol-tests
  dependency-version: 1.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-protocol-test-traits
  dependency-version: 1.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-waiters
  dependency-version: 1.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-codegen-core
  dependency-version: 1.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-aws-traits
  dependency-version: 1.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-aws-protocol-tests
  dependency-version: 1.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-protocol-test-traits
  dependency-version: 1.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-waiters
  dependency-version: 1.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.autonomousapps:dependency-analysis-gradle-plugin
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 13, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 13, 2026 11:34
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 13, 2026
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.

0 participants