Skip to content

Bump the gradle group across 1 directory with 12 updates#36

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/gradle-2581ff954d
Open

Bump the gradle group across 1 directory with 12 updates#36
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/gradle-2581ff954d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the gradle group with 12 updates in the / directory:

Package From To
gradle-wrapper 9.4.1 9.5.0
software.amazon.smithy:smithy-aws-cloudformation-traits 1.69.0 1.70.0
software.amazon.smithy:smithy-aws-endpoints 1.69.0 1.70.0
software.amazon.smithy:smithy-aws-iam-traits 1.69.0 1.70.0
software.amazon.smithy:smithy-aws-smoke-test-model 1.69.0 1.70.0
software.amazon.smithy:smithy-aws-traits 1.69.0 1.70.0
software.amazon.smithy:smithy-protocol-traits 1.69.0 1.70.0
software.amazon.smithy:smithy-model 1.69.0 1.70.0
software.amazon.smithy:smithy-rules-engine 1.69.0 1.70.0
software.amazon.smithy:smithy-smoke-test-traits 1.69.0 1.70.0
software.amazon.smithy:smithy-waiters 1.69.0 1.70.0
org.jreleaser 1.23.0 1.24.0

Updates gradle-wrapper from 9.4.1 to 9.5.0

Release notes

Sourced from gradle-wrapper's releases.

9.5.0

The Gradle team is excited to announce Gradle 9.5.0.

Here are the highlights of this release:

  • Task provenance in reports and failure messages
  • Type-safe accessors for precompiled Kotlin Settings plugins

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: atm1020, mataha, Adam, Attila Kelemen, Benedikt Ritter, Björn Kautler, Caro Silva Rode, CHANHAN, Dmitry Nezavitin, Eng Zer Jun, KugelLibelle, Madalin Valceleanu, Markus Gaisbauer, Oliver Kopp, Philip Wedemann, ploober, Roberto Perez Alcolea, Rohit Anand, Suvrat Acharya, Ujwal Suresh Vanjare, Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 9.5.0 by updating your wrapper:

./gradlew wrapper --gradle-version=9.5.0 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

9.5.0 RC4

... (truncated)

Commits

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

Release notes

Sourced from software.amazon.smithy:smithy-aws-cloudformation-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-cloudformation-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-endpoints from 1.69.0 to 1.70.0

Release notes

Sourced from software.amazon.smithy:smithy-aws-endpoints'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-endpoints'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-iam-traits from 1.69.0 to 1.70.0

Release notes

Sourced from software.amazon.smithy:smithy-aws-iam-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-iam-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-smoke-test-model from 1.69.0 to 1.70.0

Release notes

Sourced from software.amazon.smithy:smithy-aws-smoke-test-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-aws-smoke-test-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-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-protocol-traits from 1.69.0 to 1.70.0

Release notes

Sourced from software.amazon.smithy:smithy-protocol-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-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-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-rules-engine from 1.69.0 to 1.70.0

Release notes

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

    Description has been truncated

Bumps the gradle group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.4.1` | `9.5.0` |
| [software.amazon.smithy:smithy-aws-cloudformation-traits](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.70.0` |
| [software.amazon.smithy:smithy-aws-endpoints](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.70.0` |
| [software.amazon.smithy:smithy-aws-iam-traits](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.70.0` |
| [software.amazon.smithy:smithy-aws-smoke-test-model](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-protocol-traits](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.70.0` |
| [software.amazon.smithy:smithy-model](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.70.0` |
| [software.amazon.smithy:smithy-rules-engine](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.70.0` |
| [software.amazon.smithy:smithy-smoke-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` |
| org.jreleaser | `1.23.0` | `1.24.0` |



Updates `gradle-wrapper` from 9.4.1 to 9.5.0
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.4.1...v9.5.0)

Updates `software.amazon.smithy:smithy-aws-cloudformation-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-endpoints` 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-iam-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-smoke-test-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-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-protocol-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-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-rules-engine` 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-smoke-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-aws-endpoints` 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-iam-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-smoke-test-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-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-protocol-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-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-rules-engine` 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-smoke-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 `org.jreleaser` from 1.23.0 to 1.24.0

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-aws-cloudformation-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-endpoints
  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-iam-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-smoke-test-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-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-protocol-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-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-rules-engine
  dependency-version: 1.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-smoke-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-aws-endpoints
  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-iam-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-smoke-test-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-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-protocol-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-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-rules-engine
  dependency-version: 1.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-smoke-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: org.jreleaser
  dependency-version: 1.24.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 6, 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