Skip to content

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

Draft
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-2581ff954d
Draft

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

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

Updates gradle-wrapper from 9.4.1 to 9.6.0

Release notes

Sourced from gradle-wrapper's releases.

9.6.0

The Gradle team is excited to announce Gradle 9.6.0.

Here are the highlights of this release:

  • Improved Configuration Cache hit rates
  • Additional CLI rendering options
  • Important project hierarchy lookup deprecations

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Aharnish Solanki, Benedikt Johannes, Devendra Reddy Pennabadi, Dmytro Rodionov, Dreeam, Elías Hernández Rodríguez, Eng Zer Jun, FinlayRJW, Kamal Kansal, Marcono1234, Nelson Osacky, Philip Wedemann, Ravi, Roberto Perez Alcolea, Ryan Schmitt, Sebastian Schuberth, seunghun.ham, sk-reddy17, Suvrat Acharya, Vedant Madane.

Upgrade instructions

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

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

... (truncated)

Commits
  • 3f750f0 Update distro size for Gradle 9.6.0 release (#38243)
  • ae93cfa update distro size
  • f7e22b5 Update Gradle wrapper to version 9.6.0-rc-3 (#38227)
  • 71a8eb9 Update Gradle wrapper to version 9.6.0-rc-3
  • 70a8745 Prepare release notes for Gradle 9.6.0RC3 (#38220)
  • 9706522 some final polishing for release notes
  • af308eb Restore GradleInternal.getRootProject overload for binary compatibility (#38214)
  • 239361b Restore GradleInternal.getRootProject overload for binary compatibility
  • 896dc44 Update Gradle wrapper to version 9.6.0-rc-2 (#38187)
  • 2d4ec25 Update Gradle wrapper to version 9.6.0-rc-2
  • Additional commits viewable in compare view

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

Release notes

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

Smithy CLI v1.71.0

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing

... (truncated)

Changelog

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

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing brace/paren, the characters were silently ignored as seen in the additional

... (truncated)

Commits
  • 53f1339 Bump version to 1.71.0
  • 515b62d Fix visibility of default Builder constructors
  • dded9cd Suppress RepeatedShapeName for integration$integrationTarget
  • 6e4f19d Fix OpenAPI example generation for documents
  • f30a514 Revert "Fix HttpBindingsMissing skipping REST protocol services"
  • abe4b66 Fix various issues in staged changelog files
  • b17bbf0 Fix onErrorStatusConflict set via updateDefaultSettings
  • 404b9d6 Fix HttpBindingsMissing skipping REST protocol services
  • 8ac2557 Improve API Gateway documentation
  • f2e2858 Make blob params in event stream tests not b64
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-aws-endpoints from 1.69.0 to 1.71.0

Release notes

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

Smithy CLI v1.71.0

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing

... (truncated)

Changelog

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

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing brace/paren, the characters were silently ignored as seen in the additional

... (truncated)

Commits
  • 53f1339 Bump version to 1.71.0
  • 515b62d Fix visibility of default Builder constructors
  • dded9cd Suppress RepeatedShapeName for integration$integrationTarget
  • 6e4f19d Fix OpenAPI example generation for documents
  • f30a514 Revert "Fix HttpBindingsMissing skipping REST protocol services"
  • abe4b66 Fix various issues in staged changelog files
  • b17bbf0 Fix onErrorStatusConflict set via updateDefaultSettings
  • 404b9d6 Fix HttpBindingsMissing skipping REST protocol services
  • 8ac2557 Improve API Gateway documentation
  • f2e2858 Make blob params in event stream tests not b64
  • Additional commits viewable in compare view

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

Release notes

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

Smithy CLI v1.71.0

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing

... (truncated)

Changelog

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

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing brace/paren, the characters were silently ignored as seen in the additional

... (truncated)

Commits
  • 53f1339 Bump version to 1.71.0
  • 515b62d Fix visibility of default Builder constructors
  • dded9cd Suppress RepeatedShapeName for integration$integrationTarget
  • 6e4f19d Fix OpenAPI example generation for documents
  • f30a514 Revert "Fix HttpBindingsMissing skipping REST protocol services"
  • abe4b66 Fix various issues in staged changelog files
  • b17bbf0 Fix onErrorStatusConflict set via updateDefaultSettings
  • 404b9d6 Fix HttpBindingsMissing skipping REST protocol services
  • 8ac2557 Improve API Gateway documentation
  • f2e2858 Make blob params in event stream tests not b64
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-aws-smoke-test-model from 1.69.0 to 1.71.0

Release notes

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

Smithy CLI v1.71.0

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing

... (truncated)

Changelog

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

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing brace/paren, the characters were silently ignored as seen in the additional

... (truncated)

Commits
  • 53f1339 Bump version to 1.71.0
  • 515b62d Fix visibility of default Builder constructors
  • dded9cd Suppress RepeatedShapeName for integration$integrationTarget
  • 6e4f19d Fix OpenAPI example generation for documents
  • f30a514 Revert "Fix HttpBindingsMissing skipping REST protocol services"
  • abe4b66 Fix various issues in staged changelog files
  • b17bbf0 Fix onErrorStatusConflict set via updateDefaultSettings
  • 404b9d6 Fix HttpBindingsMissing skipping REST protocol services
  • 8ac2557 Improve API Gateway documentation
  • f2e2858 Make blob params in event stream tests not b64
  • Additional commits viewable in compare view

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

Release notes

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

Smithy CLI v1.71.0

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing

... (truncated)

Changelog

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

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing brace/paren, the characters were silently ignored as seen in the additional

... (truncated)

Commits
  • 53f1339 Bump version to 1.71.0
  • 515b62d Fix visibility of default Builder constructors
  • dded9cd Suppress RepeatedShapeName for integration$integrationTarget
  • 6e4f19d Fix OpenAPI example generation for documents
  • f30a514 Revert "Fix HttpBindingsMissing skipping REST protocol services"
  • abe4b66 Fix various issues in staged changelog files
  • b17bbf0 Fix onErrorStatusConflict set via updateDefaultSettings
  • 404b9d6 Fix HttpBindingsMissing skipping REST protocol services
  • 8ac2557 Improve API Gateway documentation
  • f2e2858 Make blob params in event stream tests not b64
  • Additional commits viewable in compare view

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

Release notes

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

Smithy CLI v1.71.0

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing

... (truncated)

Changelog

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

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing brace/paren, the characters were silently ignored as seen in the additional

... (truncated)

Commits
  • 53f1339 Bump version to 1.71.0
  • 515b62d Fix visibility of default Builder constructors
  • dded9cd Suppress RepeatedShapeName for integration$integrationTarget
  • 6e4f19d Fix OpenAPI example generation for documents
  • f30a514 Revert "Fix HttpBindingsMissing skipping REST protocol services"
  • abe4b66 Fix various issues in staged changelog files
  • b17bbf0 Fix onErrorStatusConflict set via updateDefaultSettings
  • 404b9d6 Fix HttpBindingsMissing skipping REST protocol services
  • 8ac2557 Improve API Gateway documentation
  • f2e2858 Make blob params in event stream tests not b64
  • Additional commits viewable in compare view

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

Release notes

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

Smithy CLI v1.71.0

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug ...

Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/gradle/gradle-2581ff954d branch from d589a67 to 3eb9ee2 Compare May 13, 2026 11:33
@dependabot dependabot Bot requested a review from a team as a code owner May 13, 2026 11:33
@dependabot dependabot Bot force-pushed the dependabot/gradle/gradle-2581ff954d branch 2 times, most recently from cb549d2 to a7cfb81 Compare May 27, 2026 13:32
@dependabot dependabot Bot force-pushed the dependabot/gradle/gradle-2581ff954d branch from a7cfb81 to 6c5c46f Compare June 4, 2026 01:38
@rchache rchache marked this pull request as draft June 4, 2026 16:27
@dependabot dependabot Bot force-pushed the dependabot/gradle/gradle-2581ff954d branch 2 times, most recently from c305086 to edd5708 Compare June 17, 2026 11:25
Bumps the gradle group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.4.1` | `9.6.0` |
| [software.amazon.smithy:smithy-aws-cloudformation-traits](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.71.0` |
| [software.amazon.smithy:smithy-aws-endpoints](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.71.0` |
| [software.amazon.smithy:smithy-aws-iam-traits](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.71.0` |
| [software.amazon.smithy:smithy-aws-smoke-test-model](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.71.0` |
| [software.amazon.smithy:smithy-aws-traits](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.71.0` |
| [software.amazon.smithy:smithy-protocol-traits](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.71.0` |
| [software.amazon.smithy:smithy-model](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.71.0` |
| [software.amazon.smithy:smithy-rules-engine](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.71.0` |
| [software.amazon.smithy:smithy-smoke-test-traits](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.71.0` |
| [software.amazon.smithy:smithy-waiters](https://github.com/smithy-lang/smithy) | `1.69.0` | `1.71.0` |
| org.jreleaser | `1.23.0` | `1.24.0` |



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

Updates `software.amazon.smithy:smithy-aws-cloudformation-traits` from 1.69.0 to 1.71.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.71.0)

Updates `software.amazon.smithy:smithy-aws-endpoints` from 1.69.0 to 1.71.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.71.0)

Updates `software.amazon.smithy:smithy-aws-iam-traits` from 1.69.0 to 1.71.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.71.0)

Updates `software.amazon.smithy:smithy-aws-smoke-test-model` from 1.69.0 to 1.71.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.71.0)

Updates `software.amazon.smithy:smithy-aws-traits` from 1.69.0 to 1.71.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.71.0)

Updates `software.amazon.smithy:smithy-protocol-traits` from 1.69.0 to 1.71.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.71.0)

Updates `software.amazon.smithy:smithy-model` from 1.69.0 to 1.71.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.71.0)

Updates `software.amazon.smithy:smithy-rules-engine` from 1.69.0 to 1.71.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.71.0)

Updates `software.amazon.smithy:smithy-smoke-test-traits` from 1.69.0 to 1.71.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.71.0)

Updates `software.amazon.smithy:smithy-waiters` from 1.69.0 to 1.71.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.71.0)

Updates `software.amazon.smithy:smithy-aws-endpoints` from 1.69.0 to 1.71.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.71.0)

Updates `software.amazon.smithy:smithy-aws-iam-traits` from 1.69.0 to 1.71.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.71.0)

Updates `software.amazon.smithy:smithy-aws-smoke-test-model` from 1.69.0 to 1.71.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.71.0)

Updates `software.amazon.smithy:smithy-aws-traits` from 1.69.0 to 1.71.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.71.0)

Updates `software.amazon.smithy:smithy-protocol-traits` from 1.69.0 to 1.71.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.71.0)

Updates `software.amazon.smithy:smithy-model` from 1.69.0 to 1.71.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.71.0)

Updates `software.amazon.smithy:smithy-rules-engine` from 1.69.0 to 1.71.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.71.0)

Updates `software.amazon.smithy:smithy-smoke-test-traits` from 1.69.0 to 1.71.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.71.0)

Updates `software.amazon.smithy:smithy-waiters` from 1.69.0 to 1.71.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.71.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: org.jreleaser
  dependency-version: 1.24.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-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-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-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-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-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-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-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-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-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-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-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-waiters
  dependency-version: 1.70.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 force-pushed the dependabot/gradle/gradle-2581ff954d branch from edd5708 to c16fb04 Compare June 24, 2026 11:24
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