Skip to content

Bump the gradle group in /codegen with 13 updates - #775

Merged
jonathan343 merged 1 commit into
developfrom
dependabot/gradle/codegen/gradle-aea83ac904
Aug 19, 2026
Merged

Bump the gradle group in /codegen with 13 updates#775
jonathan343 merged 1 commit into
developfrom
dependabot/gradle/codegen/gradle-aea83ac904

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the gradle group in /codegen with 13 updates:

Package From To
gradle-wrapper 9.6.1 9.7.0
software.amazon.smithy:smithy-model 1.72.1 1.73.0
software.amazon.smithy:smithy-codegen-core 1.72.1 1.73.0
software.amazon.smithy:smithy-aws-traits 1.72.1 1.73.0
software.amazon.smithy:smithy-aws-protocol-tests 1.72.1 1.73.0
software.amazon.smithy:smithy-protocol-test-traits 1.72.1 1.73.0
software.amazon.smithy:smithy-waiters 1.72.1 1.73.0
org.junit:junit-bom 6.1.2 6.1.3
org.junit.jupiter:junit-jupiter-api 6.1.2 6.1.3
org.junit.jupiter:junit-jupiter-engine 6.1.2 6.1.3
org.junit.jupiter:junit-jupiter-params 6.1.2 6.1.3
software.amazon.smithy.gradle.smithy-base 1.4.0 1.5.0
software.amazon.smithy.gradle.smithy-jar 1.4.0 1.5.0

Updates gradle-wrapper from 9.6.1 to 9.7.0

Release notes

Sourced from gradle-wrapper's releases.

9.7.0

The Gradle team is excited to announce Gradle 9.7.0.

Here are the highlights of this release:

  • Isolated Projects graduates to incubating
  • Broader Configuration Cache compatibility
  • More source locations in problem reports

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Adam, Aman Gautam, Aman Kumar, Anton Dubrouski, Aurimas, gbhavya07, Josh Friend, nicklauslittle-gov, Pragati, project516, Qin Mi, Ravi, sk-reddy17, Suvrat Acharya, Yongshun Ye.

Upgrade instructions

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

./gradlew :wrapper --gradle-version=9.7.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.7.0 RC3

The Gradle team is excited to announce Gradle 9.7.0 RC3.

Here are the highlights of this release:

  • Isolated Projects graduates to incubating

... (truncated)

Commits
  • 3defbfc make DistributionIntegrationSpec more permissive for releases (#38766)
  • f176043 make DistributionIntegrationSpec more permissive for releases
  • b0828da Prepare release notes for Gradle 9.7.0GA (#38756)
  • 064b6d6 cleanup
  • dfe7bdc add new training to release notes
  • 7561968 add release notes for 37801
  • 68a1f35 cherrypick 38367 to release
  • a462c95 Rebalance AllVersionsCrossVersion buckets for agents without TestDistribution...
  • 820e2b1 Update Gradle wrapper to version 9.7.0-rc-3 (#38743)
  • 75ea3d7 Update Gradle wrapper to version 9.7.0-rc-3
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-model from 1.72.1 to 1.73.0

Release notes

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

Smithy CLI v1.73.0

1.73.0 (2026-08-10)

Features

  • Added a versioned smithy-agent-skills artifact that packages reviewable Agent Skills, starting with smithy-docs-navigator for navigating Smithy documentation. (#3209)
  • Extended the @idempotent trait with optional exists and notFound properties to declare the errors returned when encountering unexpected resource states. (#3218)
  • Updated CLI to use JDK 25 and AOT cache instead of AppCDS. (#3186)
  • The RemovedOperationBinding diff event is now a NOTE instead of an ERROR when a service operation is moved to a resource within the same service closure (#3244)

Bug Fixes

  • Added a cap to selector recursion depth to prevent malformed selectors (#3239)
  • Fix duplicate search box in smithy doc page (#3245)
  • Fixed trait code generation for shapes with an @idRef-annotated member or member's target, which produced uncompilable code. The generated default value for a member didn't respect @idRef trait on member or member's target and generated vanilla string literal, while generated member type is ShapeId. (smithy-lang/smithy#3214)
  • Clean orphaned endpoint ruleset params after shape removal (#3219)
  • Fix changelog action for external contributor PRs (#3220)

Documentation

  • Updated trait docs to show what package the trait is defined in. (#3217)
Changelog

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

1.73.0 (2026-08-10)

Features

  • Added a versioned smithy-agent-skills artifact that packages reviewable Agent Skills, starting with smithy-docs-navigator for navigating Smithy documentation. (#3209)
  • Extended the @idempotent trait with optional exists and notFound properties to declare the errors returned when encountering unexpected resource states. (#3218)
  • Updated CLI to use JDK 25 and AOT cache instead of AppCDS. (#3186)
  • The RemovedOperationBinding diff event is now a NOTE instead of an ERROR when a service operation is moved to a resource within the same service closure (#3244)

Bug Fixes

  • Added a cap to selector recursion depth to prevent malformed selectors (#3239)
  • Fix duplicate search box in smithy doc page (#3245)
  • Fixed trait code generation for shapes with an @idRef-annotated member or member's target, which produced uncompilable code. The generated default value for a member didn't respect @idRef trait on member or member's target and generated vanilla string literal, while generated member type is ShapeId. (smithy-lang/smithy#3214)
  • Clean orphaned endpoint ruleset params after shape removal (#3219)
  • Fix changelog action for external contributor PRs (#3220)

Documentation

  • Updated trait docs to show what package the trait is defined in. (#3217)
Commits
  • dd2d50a Bump version to 1.73.0
  • 80aec3b Update stale test name
  • 626e7ca Downgrade further to NOTE
  • 4946ac1 Update .changes/next-release/feature-693344fa645e321a5cf5076fa3ce892fbe252215...
  • 82496c6 Update smithy-diff/src/main/java/software/amazon/smithy/diff/evaluators/Remov...
  • 8ab9994 Add RemovedEntityBinding diff fixtures
  • 92a9b5b Address pr feedback
  • b3aa41d Fix Spotless
  • 2ba861a Tighten tests
  • 14ea570 Add changelog entry
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-codegen-core from 1.72.1 to 1.73.0

Release notes

Sourced from software.amazon.smithy:smithy-codegen-core's releases.

Smithy CLI v1.73.0

1.73.0 (2026-08-10)

Features

  • Added a versioned smithy-agent-skills artifact that packages reviewable Agent Skills, starting with smithy-docs-navigator for navigating Smithy documentation. (#3209)
  • Extended the @idempotent trait with optional exists and notFound properties to declare the errors returned when encountering unexpected resource states. (#3218)
  • Updated CLI to use JDK 25 and AOT cache instead of AppCDS. (#3186)
  • The RemovedOperationBinding diff event is now a NOTE instead of an ERROR when a service operation is moved to a resource within the same service closure (#3244)

Bug Fixes

  • Added a cap to selector recursion depth to prevent malformed selectors (#3239)
  • Fix duplicate search box in smithy doc page (#3245)
  • Fixed trait code generation for shapes with an @idRef-annotated member or member's target, which produced uncompilable code. The generated default value for a member didn't respect @idRef trait on member or member's target and generated vanilla string literal, while generated member type is ShapeId. (smithy-lang/smithy#3214)
  • Clean orphaned endpoint ruleset params after shape removal (#3219)
  • Fix changelog action for external contributor PRs (#3220)

Documentation

  • Updated trait docs to show what package the trait is defined in. (#3217)
Changelog

Sourced from software.amazon.smithy:smithy-codegen-core's changelog.

1.73.0 (2026-08-10)

Features

  • Added a versioned smithy-agent-skills artifact that packages reviewable Agent Skills, starting with smithy-docs-navigator for navigating Smithy documentation. (#3209)
  • Extended the @idempotent trait with optional exists and notFound properties to declare the errors returned when encountering unexpected resource states. (#3218)
  • Updated CLI to use JDK 25 and AOT cache instead of AppCDS. (#3186)
  • The RemovedOperationBinding diff event is now a NOTE instead of an ERROR when a service operation is moved to a resource within the same service closure (#3244)

Bug Fixes

  • Added a cap to selector recursion depth to prevent malformed selectors (#3239)
  • Fix duplicate search box in smithy doc page (#3245)
  • Fixed trait code generation for shapes with an @idRef-annotated member or member's target, which produced uncompilable code. The generated default value for a member didn't respect @idRef trait on member or member's target and generated vanilla string literal, while generated member type is ShapeId. (smithy-lang/smithy#3214)
  • Clean orphaned endpoint ruleset params after shape removal (#3219)
  • Fix changelog action for external contributor PRs (#3220)

Documentation

  • Updated trait docs to show what package the trait is defined in. (#3217)
Commits
  • dd2d50a Bump version to 1.73.0
  • 80aec3b Update stale test name
  • 626e7ca Downgrade further to NOTE
  • 4946ac1 Update .changes/next-release/feature-693344fa645e321a5cf5076fa3ce892fbe252215...
  • 82496c6 Update smithy-diff/src/main/java/software/amazon/smithy/diff/evaluators/Remov...
  • 8ab9994 Add RemovedEntityBinding diff fixtures
  • 92a9b5b Address pr feedback
  • b3aa41d Fix Spotless
  • 2ba861a Tighten tests
  • 14ea570 Add changelog entry
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-aws-traits from 1.72.1 to 1.73.0

Release notes

Sourced from software.amazon.smithy:smithy-aws-traits's releases.

Smithy CLI v1.73.0

1.73.0 (2026-08-10)

Features

  • Added a versioned smithy-agent-skills artifact that packages reviewable Agent Skills, starting with smithy-docs-navigator for navigating Smithy documentation. (#3209)
  • Extended the @idempotent trait with optional exists and notFound properties to declare the errors returned when encountering unexpected resource states. (#3218)
  • Updated CLI to use JDK 25 and AOT cache instead of AppCDS. (#3186)
  • The RemovedOperationBinding diff event is now a NOTE instead of an ERROR when a service operation is moved to a resource within the same service closure (#3244)

Bug Fixes

  • Added a cap to selector recursion depth to prevent malformed selectors (#3239)
  • Fix duplicate search box in smithy doc page (#3245)
  • Fixed trait code generation for shapes with an @idRef-annotated member or member's target, which produced uncompilable code. The generated default value for a member didn't respect @idRef trait on member or member's target and generated vanilla string literal, while generated member type is ShapeId. (smithy-lang/smithy#3214)
  • Clean orphaned endpoint ruleset params after shape removal (#3219)
  • Fix changelog action for external contributor PRs (#3220)

Documentation

  • Updated trait docs to show what package the trait is defined in. (#3217)
Changelog

Sourced from software.amazon.smithy:smithy-aws-traits's changelog.

1.73.0 (2026-08-10)

Features

  • Added a versioned smithy-agent-skills artifact that packages reviewable Agent Skills, starting with smithy-docs-navigator for navigating Smithy documentation. (#3209)
  • Extended the @idempotent trait with optional exists and notFound properties to declare the errors returned when encountering unexpected resource states. (#3218)
  • Updated CLI to use JDK 25 and AOT cache instead of AppCDS. (#3186)
  • The RemovedOperationBinding diff event is now a NOTE instead of an ERROR when a service operation is moved to a resource within the same service closure (#3244)

Bug Fixes

  • Added a cap to selector recursion depth to prevent malformed selectors (#3239)
  • Fix duplicate search box in smithy doc page (#3245)
  • Fixed trait code generation for shapes with an @idRef-annotated member or member's target, which produced uncompilable code. The generated default value for a member didn't respect @idRef trait on member or member's target and generated vanilla string literal, while generated member type is ShapeId. (smithy-lang/smithy#3214)
  • Clean orphaned endpoint ruleset params after shape removal (#3219)
  • Fix changelog action for external contributor PRs (#3220)

Documentation

  • Updated trait docs to show what package the trait is defined in. (#3217)
Commits
  • dd2d50a Bump version to 1.73.0
  • 80aec3b Update stale test name
  • 626e7ca Downgrade further to NOTE
  • 4946ac1 Update .changes/next-release/feature-693344fa645e321a5cf5076fa3ce892fbe252215...
  • 82496c6 Update smithy-diff/src/main/java/software/amazon/smithy/diff/evaluators/Remov...
  • 8ab9994 Add RemovedEntityBinding diff fixtures
  • 92a9b5b Address pr feedback
  • b3aa41d Fix Spotless
  • 2ba861a Tighten tests
  • 14ea570 Add changelog entry
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-aws-protocol-tests from 1.72.1 to 1.73.0

Release notes

Sourced from software.amazon.smithy:smithy-aws-protocol-tests's releases.

Smithy CLI v1.73.0

1.73.0 (2026-08-10)

Features

  • Added a versioned smithy-agent-skills artifact that packages reviewable Agent Skills, starting with smithy-docs-navigator for navigating Smithy documentation. (#3209)
  • Extended the @idempotent trait with optional exists and notFound properties to declare the errors returned when encountering unexpected resource states. (#3218)
  • Updated CLI to use JDK 25 and AOT cache instead of AppCDS. (#3186)
  • The RemovedOperationBinding diff event is now a NOTE instead of an ERROR when a service operation is moved to a resource within the same service closure (#3244)

Bug Fixes

  • Added a cap to selector recursion depth to prevent malformed selectors (#3239)
  • Fix duplicate search box in smithy doc page (#3245)
  • Fixed trait code generation for shapes with an @idRef-annotated member or member's target, which produced uncompilable code. The generated default value for a member didn't respect @idRef trait on member or member's target and generated vanilla string literal, while generated member type is ShapeId. (smithy-lang/smithy#3214)
  • Clean orphaned endpoint ruleset params after shape removal (#3219)
  • Fix changelog action for external contributor PRs (#3220)

Documentation

  • Updated trait docs to show what package the trait is defined in. (#3217)
Changelog

Sourced from software.amazon.smithy:smithy-aws-protocol-tests's changelog.

1.73.0 (2026-08-10)

Features

  • Added a versioned smithy-agent-skills artifact that packages reviewable Agent Skills, starting with smithy-docs-navigator for navigating Smithy documentation. (#3209)
  • Extended the @idempotent trait with optional exists and notFound properties to declare the errors returned when encountering unexpected resource states. (#3218)
  • Updated CLI to use JDK 25 and AOT cache instead of AppCDS. (#3186)
  • The RemovedOperationBinding diff event is now a NOTE instead of an ERROR when a service operation is moved to a resource within the same service closure (#3244)

Bug Fixes

  • Added a cap to selector recursion depth to prevent malformed selectors (#3239)
  • Fix duplicate search box in smithy doc page (#3245)
  • Fixed trait code generation for shapes with an @idRef-annotated member or member's target, which produced uncompilable code. The generated default value for a member didn't respect @idRef trait on member or member's target and generated vanilla string literal, while generated member type is ShapeId. (smithy-lang/smithy#3214)
  • Clean orphaned endpoint ruleset params after shape removal (#3219)
  • Fix changelog action for external contributor PRs (#3220)

Documentation

  • Updated trait docs to show what package the trait is defined in. (#3217)
Commits
  • dd2d50a Bump version to 1.73.0
  • 80aec3b Update stale test name
  • 626e7ca Downgrade further to NOTE
  • 4946ac1 Update .changes/next-release/feature-693344fa645e321a5cf5076fa3ce892fbe252215...
  • 82496c6 Update smithy-diff/src/main/java/software/amazon/smithy/diff/evaluators/Remov...
  • 8ab9994 Add RemovedEntityBinding diff fixtures
  • 92a9b5b Address pr feedback
  • b3aa41d Fix Spotless
  • 2ba861a Tighten tests
  • 14ea570 Add changelog entry
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-protocol-test-traits from 1.72.1 to 1.73.0

Release notes

Sourced from software.amazon.smithy:smithy-protocol-test-traits's releases.

Smithy CLI v1.73.0

1.73.0 (2026-08-10)

Features

  • Added a versioned smithy-agent-skills artifact that packages reviewable Agent Skills, starting with smithy-docs-navigator for navigating Smithy documentation. (#3209)
  • Extended the @idempotent trait with optional exists and notFound properties to declare the errors returned when encountering unexpected resource states. (#3218)
  • Updated CLI to use JDK 25 and AOT cache instead of AppCDS. (#3186)
  • The RemovedOperationBinding diff event is now a NOTE instead of an ERROR when a service operation is moved to a resource within the same service closure (#3244)

Bug Fixes

  • Added a cap to selector recursion depth to prevent malformed selectors (#3239)
  • Fix duplicate search box in smithy doc page (#3245)
  • Fixed trait code generation for shapes with an @idRef-annotated member or member's target, which produced uncompilable code. The generated default value for a member didn't respect @idRef trait on member or member's target and generated vanilla string literal, while generated member type is ShapeId. (smithy-lang/smithy#3214)
  • Clean orphaned endpoint ruleset params after shape removal (#3219)
  • Fix changelog action for external contributor PRs (#3220)

Documentation

  • Updated trait docs to show what package the trait is defined in. (#3217)
Changelog

Sourced from software.amazon.smithy:smithy-protocol-test-traits's changelog.

1.73.0 (2026-08-10)

Features

  • Added a versioned smithy-agent-skills artifact that packages reviewable Agent Skills, starting with smithy-docs-navigator for navigating Smithy documentation. (#3209)
  • Extended the @idempotent trait with optional exists and notFound properties to declare the errors returned when encountering unexpected resource states. (#3218)
  • Updated CLI to use JDK 25 and AOT cache instead of AppCDS. (#3186)
  • The RemovedOperationBinding diff event is now a NOTE instead of an ERROR when a service operation is moved to a resource within the same service closure (#3244)

Bug Fixes

  • Added a cap to selector recursion depth to prevent malformed selectors (#3239)
  • Fix duplicate search box in smithy doc page (#3245)
  • Fixed trait code generation for shapes with an @idRef-annotated member or member's target, which produced uncompilable code. The generated default value for a member didn't respect @idRef trait on member or member's target and generated vanilla string literal, while generated member type is ShapeId. (smithy-lang/smithy#3214)
  • Clean orphaned endpoint ruleset params after shape removal (#3219)
  • Fix changelog action for external contributor PRs (#3220)

Documentation

  • Updated trait docs to show what package the trait is defined in. (#3217)
Commits
  • dd2d50a Bump version to 1.73.0
  • 80aec3b Update stale test name
  • 626e7ca Downgrade further to NOTE
  • 4946ac1 Update .changes/next-release/feature-693344fa645e321a5cf5076fa3ce892fbe252215...
  • 82496c6 Update smithy-diff/src/main/java/software/amazon/smithy/diff/evaluators/Remov...
  • 8ab9994 Add RemovedEntityBinding diff fixtures
  • 92a9b5b Address pr feedback
  • b3aa41d Fix Spotless
  • 2ba861a Tighten tests
  • 14ea570 Add changelog entry
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-waiters from 1.72.1 to 1.73.0

Release notes

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

Smithy CLI v1.73.0

1.73.0 (2026-08-10)

Features

  • Added a versioned smithy-agent-skills artifact that packages reviewable Agent Skills, starting with smithy-docs-navigator for navigating Smithy documentation. (#3209)
  • Extended the @idempotent trait with optional exists and notFound properties to declare the errors returned when encountering unexpected resource states. (#3218)
  • Updated CLI to use JDK 25 and AOT cache instead of AppCDS. (#3186)
  • The RemovedOperationBinding diff event is now a NOTE instead of an ERROR when a service operation is moved to a resource within the same service closure (#3244)

Bug Fixes

  • Added a cap to selector recursion depth to prevent malformed selectors (#3239)
  • Fix duplicate search box in smithy doc page (#3245)
  • Fixed trait code generation for shapes with an @idRef-annotated member or member's target, which produced uncompilable code. The generated default value for a member didn't respect @idRef trait on member or member's target and generated vanilla string literal, while generated member type is ShapeId. (smithy-lang/smithy#3214)
  • Clean orphaned endpoint ruleset params after shape removal (#3219)
  • Fix changelog action for external contributor PRs (#3220)

Documentation

  • Updated trait docs to show what package the trait is defined in. (#3217)
Changelog

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

1.73.0 (2026-08-10)

Features

  • Added a versioned smithy-agent-skills artifact that packages reviewable Agent Skills, starting with smithy-docs-navigator for navigating Smithy documentation. (#3209)
  • Extended the @idempotent trait with optional exists and notFound properties to declare the errors returned when encountering unexpected resource states. (#3218)
  • Updated CLI to use JDK 25 and AOT cache instead of AppCDS. (#3186)
  • The RemovedOperationBinding diff event is now a NOTE instead of an ERROR when a service operation is moved to a resource within the same service closure (#3244)

Bug Fixes

  • Added a cap to selector recursion depth to prevent malformed selectors (#3239)
  • Fix duplicate search box in smithy doc page (#3245)
  • Fixed trait code generation for shapes with an @idRef-annotated member or member's target, which produced uncompilable code. The generated default value for a member didn't respect @idRef trait on member or member's target and generated vanilla string literal, while generated member type is ShapeId. (smithy-lang/smithy#3214)
  • Clean orphaned endpoint ruleset params after shape removal (#3219)
  • Fix changelog action for external contributor PRs (#3220)

Documentation

  • Updated trait docs to show what package the trait is defined in. (#3217)
Commits
  • dd2d50a Bump version to 1.73.0
  • 80aec3b Update stale test name
  • 626e7ca Downgrade further to NOTE
  • 4946ac1 Update .changes/next-release/feature-693344fa645e321a5cf5076fa3ce892fbe252215...
  • 82496c6 Update smithy-diff/src/main/java/software/amazon/smithy/diff/evaluators/Remov...
  • 8ab9994 Add RemovedEntityBinding diff fixtures
  • 92a9b5b Address pr feedback
  • b3aa41d Fix Spotless
  • 2ba861a Tighten tests
  • 14ea570 Add changelog entry
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-codegen-core from 1.72.1 to 1.73.0

Release notes

Sourced from software.amazon.smithy:smithy-codegen-core's releases.

Smithy CLI v1.73.0

1.73.0 (2026-08-10)

Features

  • Added a versioned smithy-agent-skills artifact that packages reviewable Agent Skills, starting with smithy-docs-navigator for navigating Smithy documentation. (#3209)
  • Extended the @idempotent trait with optional exists and notFound properties to declare the errors returned when encountering unexpected resource states. (#3218)
  • Updated CLI to use JDK 25 and AOT cache instead of AppCDS. (#3186)
  • The RemovedOperationBinding diff event is now a NOTE instead of an ERROR when a service operation is moved to a resource within the same service closure (#3244)

Bug Fixes

  • Added a cap to selector recursion depth to prevent malformed selectors (#3239)
  • Fix duplicate search box in smithy doc page (#3245)
  • Fixed trait code generation for shapes with an @idRef-annotated member or member's target, which produced uncompilable code. The generated default value for a member didn't respect @idRef trait on member or member's target and generated vanilla string literal, while generated member type is ShapeId. (smithy-lang/smithy#3214)
  • Clean orphaned endpoint ruleset params after shape removal (#3219)
  • Fix changelog action for external contributor PRs (#3220)

Documentation

  • Updated trait docs to show what package the trait is defined in. (#3217)
Changelog

Sourced from software.amazon.smithy:smithy-codegen-core's changelog.

1.73.0 (2026-08-10)

Features

  • Added a versioned smithy-agent-skills artifact that packages reviewable Agent Skills, starting with smithy-docs-navigator for navigating Smithy documentation. (#3209)
  • Extended the @idempotent trait with optional exists and notFound properties to declare the errors returned when encountering unexpected resource states. (#3218)
  • Updated CLI to use JDK 25 and AOT cache instead of AppCDS. (#3186)
  • The RemovedOperationBinding diff event is now a NOTE instead of an ERROR when a service operation is moved to a resource within the same service closure (#3244)

Bug Fixes

  • Added a cap to selector recursion depth to prevent malformed selectors (#3239)
  • Fix duplicate search box in smithy doc page (#3245)
  • Fixed trait code generation for shapes with an @idRef-annotated member or member's target, which produced uncompilable code. The generated default value for a member didn't respect @idRef trait on member or member's target and generated vanilla string literal, while generated member type is ShapeId. (smithy-lang/smithy#3214)
  • Clean orphaned endpoint ruleset params after shape removal (#3219)
  • Fix changelog action for external contributor PRs (#3220)

Documentation

  • Updated trait docs to show what package the trait is defined in. (#3217)
Commits
  • dd2d50a Bump version to 1.73.0
  • 80aec3b Update stale test name
  • 626e7ca Downgrade further to NOTE
  • 4946ac1 Update .changes/next-release/feature-693344fa645e321a5cf5076fa3ce892fbe252215...
  • 82496c6 Update smithy-diff/src/main/java/software/amazon/smithy/diff/evaluators/Remov...
  • 8ab9994 Add RemovedEntityBinding diff fixtures
  • 92a9b5b Address pr feedback
  • b3aa41d Fix Spotless
  • 2ba861a Tighten tests
  • 14ea570 Add changelog entry
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-aws-traits from 1.72.1 to 1.73.0

Release notes

Sourced from software.amazon.smithy:smithy-aws-traits's releases.

Smithy CLI v1.73.0

1.73.0 (2026-08-10)

Features

  • Added a versioned smithy-agent-skills artifact that packages reviewable Agent Skills, starting with smithy-docs-navigator for navigating Smithy documentation. (#3209)
  • Extended the @idempotent trait with optional exists and notFound properties to declare the errors returned when encountering unexpected resource states. (#3218)
  • Updated CLI to use JDK 25 and AOT cache instead of AppCDS. (#3186)
  • The RemovedOperationBinding diff event is now a NOTE instead of an ERROR when a service operation is moved to a resource within the same service closure (#3244)

Bug Fixes

  • Added a cap to selector recursion depth to prevent malformed selectors (#3239)
  • Fix duplicate search box in smithy doc page (#3245)
  • Fixed trait code generation for shapes with an @idRef-annotated member or member's target, which produced uncompilable code. The generated default value for a member didn't respect @idRef trait on member or member's target and generated vanilla string literal, while generated member type is ShapeId. (smithy-lang/smithy#3214)
  • Clean orphaned endpoint ruleset params after shape removal (#3219)
  • Fix changelog action for external contributor PRs (#3220)

Documentation

  • Updated trait docs to show what package the trait is defined in. (#3217)
Changelog

Sourced from software.amazon.smithy:smithy-aws-traits's changelog.

1.73.0 (2026-08-10)

Features

  • Added a versioned smithy-agent-skills artifact that packages reviewable Agent Skills, starting with smithy-docs-navigator for navigating Smithy documentation. (#3209)
  • Extended the @idempotent trait with optional exists and notFound properties to declare the errors returned when encountering unexpected resource states. (#3218)
  • Updated CLI to use JDK 25 and AOT cache instead of AppCDS. (#3186)
  • The RemovedOperationBinding diff event is now a NOTE instead of an ERROR when a service operation is moved to a resource within the same service closure (#3244)

Bug Fixes

  • Added a cap to selector recursion depth to prevent malformed selectors (#3239)
  • Fix duplicate search box in smithy doc page (#3245)
  • Fixed trait code generation for shapes with an @idRef-annotated member or member's target, which produced uncompilable code. The generated default value for a member didn't respect @idRef trait on member or member's target and generated vanilla string literal, while generated member type is ShapeId. (smithy-lang/smithy#3214)
  • Clean orphaned endpoint ruleset params after shape removal (#3219)
  • Fix changelog action for external contributor PRs (#3220)

Documentation

  • Updated trait docs to show what package the trait is defined in. (#3217)
Commits
  • dd2d50a Bump version to 1.73.0
  • 80aec3b Update stale test name
  • 626e7ca Downgrade further to NOTE
  • 4946ac1 Update .changes/next-release/feature-693344fa645e321a5cf5076fa3ce892fbe252215...
  • 82496c6 Update smithy-diff/src/main/java/software/amazon/smithy/diff/evaluators/Remov...
  • 8ab9994 Add RemovedEntityBinding diff fixtures
  • 92a9b5b Address pr feedback
  • b3aa41d Fix Spotless
  • 2ba861a Tighten tests
  • 14ea570 Add changelog entry
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-aws-protocol-tests from 1.72.1 to 1.73.0

Release notes

Sourced from software.amazon.smithy:smithy-aws-protocol-tests's releases.

Smithy CLI v1.73.0

1.73.0 (2026-08-10)

Features

  • Added a versioned smithy-agent-skills artifact that packages reviewable Agent Skills, starting with smithy-docs-navigator for navigating Smithy documentation. (#3209)
  • Extended the @idempotent trait with optional exists and notFound properties to declare the errors returned when encountering unexpected resource states. (#3218)
  • Updated CLI to use JDK 25 and AOT cache instead of AppCDS. (#3186)
  • The RemovedOperationBinding diff event is now a NOTE instead of an ERROR when a service operation is moved to a resource within the same service closure (#3244)

Bug Fixes

  • Added a cap to selector recursion depth to prevent malformed selectors (#3239)
  • Fix duplicate search box in smithy doc page (#3245)
  • Fixed trait code generation for shapes with an @idRef-annotated member or member's target, which produced uncompilable code. The generated default value for a member didn't respect @idRef trait on member or member's target and generated vanilla string literal, while generated member type is ShapeId. (smithy-lang/smithy#3214)
  • Clean orphaned endpoint ruleset params after shape removal (#3219)
  • Fix changelog action for external contributor PRs (#3220)

Documentation

  • Updated trait docs to show what package the trait is defined in. (#3217)
Changelog

Sourced from software.amazon.smithy:smithy-aws-protocol-tests's changelog.

1.73.0 (2026-08-10)

Features

  • Added a versioned smithy-agent-skills artifact that packages reviewable Agent Skills, starting with smithy-docs-navigator for navigating Smithy documentation. (#3209)
  • Extended the @idempotent trait with optional exists and notFound properties to declare the errors returned when encountering unexpected resource states. (#3218)
  • Updated CLI to use JDK 25 and AOT cache instead of AppCDS. (#3186)
  • The RemovedOperationBinding diff event is now a NOTE instead of an ERROR when a service operation is moved to a resource within the same service closure (

Bumps the gradle group in /codegen with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.6.1` | `9.7.0` |
| [software.amazon.smithy:smithy-model](https://github.com/smithy-lang/smithy) | `1.72.1` | `1.73.0` |
| [software.amazon.smithy:smithy-codegen-core](https://github.com/smithy-lang/smithy) | `1.72.1` | `1.73.0` |
| [software.amazon.smithy:smithy-aws-traits](https://github.com/smithy-lang/smithy) | `1.72.1` | `1.73.0` |
| [software.amazon.smithy:smithy-aws-protocol-tests](https://github.com/smithy-lang/smithy) | `1.72.1` | `1.73.0` |
| [software.amazon.smithy:smithy-protocol-test-traits](https://github.com/smithy-lang/smithy) | `1.72.1` | `1.73.0` |
| [software.amazon.smithy:smithy-waiters](https://github.com/smithy-lang/smithy) | `1.72.1` | `1.73.0` |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.1.2` | `6.1.3` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `6.1.2` | `6.1.3` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `6.1.2` | `6.1.3` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) | `6.1.2` | `6.1.3` |
| [software.amazon.smithy.gradle.smithy-base](https://github.com/smithy-lang/smithy-gradle-plugin) | `1.4.0` | `1.5.0` |
| [software.amazon.smithy.gradle.smithy-jar](https://github.com/smithy-lang/smithy-gradle-plugin) | `1.4.0` | `1.5.0` |


Updates `gradle-wrapper` from 9.6.1 to 9.7.0
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.6.1...v9.7.0)

Updates `software.amazon.smithy:smithy-model` from 1.72.1 to 1.73.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.72.1...1.73.0)

Updates `software.amazon.smithy:smithy-codegen-core` from 1.72.1 to 1.73.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.72.1...1.73.0)

Updates `software.amazon.smithy:smithy-aws-traits` from 1.72.1 to 1.73.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.72.1...1.73.0)

Updates `software.amazon.smithy:smithy-aws-protocol-tests` from 1.72.1 to 1.73.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.72.1...1.73.0)

Updates `software.amazon.smithy:smithy-protocol-test-traits` from 1.72.1 to 1.73.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.72.1...1.73.0)

Updates `software.amazon.smithy:smithy-waiters` from 1.72.1 to 1.73.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.72.1...1.73.0)

Updates `software.amazon.smithy:smithy-codegen-core` from 1.72.1 to 1.73.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.72.1...1.73.0)

Updates `software.amazon.smithy:smithy-aws-traits` from 1.72.1 to 1.73.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.72.1...1.73.0)

Updates `software.amazon.smithy:smithy-aws-protocol-tests` from 1.72.1 to 1.73.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.72.1...1.73.0)

Updates `software.amazon.smithy:smithy-protocol-test-traits` from 1.72.1 to 1.73.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.72.1...1.73.0)

Updates `software.amazon.smithy:smithy-waiters` from 1.72.1 to 1.73.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.72.1...1.73.0)

Updates `org.junit:junit-bom` from 6.1.2 to 6.1.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.1.2...r6.1.3)

Updates `org.junit.jupiter:junit-jupiter-api` from 6.1.2 to 6.1.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.1.2...r6.1.3)

Updates `org.junit.jupiter:junit-jupiter-engine` from 6.1.2 to 6.1.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.1.2...r6.1.3)

Updates `org.junit.jupiter:junit-jupiter-params` from 6.1.2 to 6.1.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.1.2...r6.1.3)

Updates `org.junit.jupiter:junit-jupiter-api` from 6.1.2 to 6.1.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.1.2...r6.1.3)

Updates `org.junit.jupiter:junit-jupiter-engine` from 6.1.2 to 6.1.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.1.2...r6.1.3)

Updates `org.junit.jupiter:junit-jupiter-params` from 6.1.2 to 6.1.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.1.2...r6.1.3)

Updates `software.amazon.smithy.gradle.smithy-base` from 1.4.0 to 1.5.0
- [Changelog](https://github.com/smithy-lang/smithy-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy-gradle-plugin@1.4.0...1.5.0)

Updates `software.amazon.smithy.gradle.smithy-jar` from 1.4.0 to 1.5.0
- [Changelog](https://github.com/smithy-lang/smithy-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy-gradle-plugin@1.4.0...1.5.0)

Updates `software.amazon.smithy.gradle.smithy-jar` from 1.4.0 to 1.5.0
- [Changelog](https://github.com/smithy-lang/smithy-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy-gradle-plugin@1.4.0...1.5.0)

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-model
  dependency-version: 1.73.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.73.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.73.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.73.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.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-waiters
  dependency-version: 1.73.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.73.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.73.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.73.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.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-waiters
  dependency-version: 1.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: org.junit:junit-bom
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy.gradle.smithy-base
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy.gradle.smithy-jar
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy.gradle.smithy-jar
  dependency-version: 1.5.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 Aug 19, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 19, 2026 11:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 19, 2026
@jonathan343
jonathan343 merged commit 77325e4 into develop Aug 19, 2026
9 checks passed
@dependabot
dependabot Bot deleted the dependabot/gradle/codegen/gradle-aea83ac904 branch August 19, 2026 14:27
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