Skip to content

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

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

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
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.1
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.5.1

Release notes

Sourced from gradle-wrapper's releases.

9.5.1

The Gradle team is excited to announce Gradle 9.5.1.

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.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.5.1 && ./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

... (truncated)

Commits
  • fd78213 Update Documentation Infrastructure: Fix scrolling issue in user manual (#37861)
  • 7758437 fix scroll
  • 2fd605f Only try to run as worker thread in DefaultBuildOperationQueue (#37845)
  • af69849 Release notes for Gradle 9.5.1 (#37853)
  • f4d9d03 Release notes for Gradle 9.5.1
  • 01eda3a Address review feedback on worker-lease retry changes
  • 7024e15 Revert enrich file visitor with size info on release branch (#37848)
  • d51476f Fix tryRunAsWorkerThread null-return test to match contract
  • 090ebab Revert "Add getLength() to FilePropertyVisitor.VisitState"
  • bceab24 Revert "Fix annotation"
  • 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 Fixes

  • Fixed an issue where traits would lose their types, revert...

    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 from 3eb9ee2 to cb549d2 Compare May 20, 2026 17:26
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.1` |
| [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.5.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.4.1...v9.5.1)

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 cb549d2 to a7cfb81 Compare May 27, 2026 13:32
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