Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2026

Bumps the gradle group with 20 updates:

Package From To
ch.qos.logback:logback-classic 1.5.24 1.5.25
software.amazon.smithy:smithy-model 1.65.0 1.66.0
software.amazon.smithy:smithy-codegen-core 1.65.0 1.66.0
software.amazon.smithy:smithy-aws-traits 1.65.0 1.66.0
software.amazon.smithy:smithy-protocol-traits 1.65.0 1.66.0
software.amazon.smithy:smithy-protocol-test-traits 1.65.0 1.66.0
software.amazon.smithy:smithy-aws-protocol-tests 1.65.0 1.66.0
software.amazon.smithy:smithy-protocol-tests 1.65.0 1.66.0
software.amazon.smithy:smithy-validation-model 1.65.0 1.66.0
software.amazon.smithy:smithy-jmespath 1.65.0 1.66.0
software.amazon.smithy:smithy-waiters 1.65.0 1.66.0
software.amazon.smithy:smithy-utils 1.65.0 1.66.0
software.amazon.smithy:smithy-trait-codegen 1.65.0 1.66.0
software.amazon.smithy:smithy-rules-engine 1.65.0 1.66.0
software.amazon.smithy:smithy-aws-endpoints 1.65.0 1.66.0
software.amazon.awssdk:retries-spi 2.41.7 2.41.11
software.amazon.awssdk:retries 2.41.7 2.41.11
software.amazon.awssdk:sdk-core 2.41.7 2.41.11
software.amazon.awssdk:auth 2.41.7 2.41.11
org.graalvm.buildtools.native 0.11.3 0.11.4

Updates ch.qos.logback:logback-classic from 1.5.24 to 1.5.25

Release notes

Sourced from ch.qos.logback:logback-classic's releases.

Logback 1.5.25

2026-01-17 Release of logback version 1.5.25

• When processing configuration files, logback-core will now only instantiate components compatible with the class expected by the encapsulating class. This fixes an ACE vulnerability recorded as CVE-2026-1225.

• In configuration files, referencing a single undeclared appender would cause all referenced appenders to be skipped. This issue was discovered in issues/997.

• Added VersionUtil class to logback-core. This utility class checks for version compatibility issues and alerts the user if need be.

• Added EpochConverter to output milliseconds/seconds since epoch. This enhancement was requested by Duncan Jauncey in issues/1000 who also provided the relevant implementation PR.

• A bit-wise identical binary of this version can be reproduced by building from source code at commit f426e0002800cfb507f393fcacffe0761a425220 associated with the tag v_1.5.25. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Commits
  • f426e00 prepare release of 1.5.25
  • d28931f restrict object creation to expected supertype
  • aa264f7 test default variable values in appender-ref ref attribute
  • 8fb403a adjust copyright year
  • b294a12 check optionList in start()
  • b65040a Add EpochConverter for milliseconds/seconds since epoch (related to issue #96...
  • 0690174 cla for Duncan Jauncey
  • 71dc2af Removed email address for Tony.
  • 1f97ae1 check for undeclared by referenced appenders
  • b07355e Move the artifact version checking code to VersionUtil in logback-core.
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-model from 1.65.0 to 1.66.0

Release notes

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

Smithy CLI v1.66.0

1.66.0 (2026-01-13)

Features

  • Added protocol test to test xml attribute members that are declared between non-attribute members. (#2870)
  • Improve BDD sifting (2x speed, more reduction) (#2890)
  • Added the shared file manifest to directed codegen interfaces so that it can be easily used by integrations. (#2893)
  • Add CostOptimization for cost-based BDD sifting (#2889)
  • Added a SnippetConfig class to codgen-core that allows sharing doc snippets that will be consumed by smithy-docgen. (#2894)
  • Remove [] from toString on some rules engine types (#2904)
  • Updated smithy-docgen to consume snippet files to generate example sections. (#2894)
  • Added a generic evaluator/interpreter for JMESPath expressions. (#2878)
  • Made DefaultBuilderRef public. (#2894)
  • Implement rules engine ITE fn and S3 tree transform (#2903)

Bug Fixes

  • Change generated union variant classes to public in trait codegen (#2887)
  • Fix toBuilder not supplying cloudWatchNamespace in the aws.api#service trait (#2895)

Documentation

  • Added a section to discuss recommendations for implementing Smithy clients. Currently this section only includes information about HTTP interfaces, but it will expand over time to cover more topics related to implementing clients. (#2868)

Other

  • Make husky only work for files under /docs (#2916)
Changelog

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

1.66.0 (2026-01-13)

Features

  • Added protocol test to test xml attribute members that are declared between non-attribute members. (#2870)
  • Improve BDD sifting (2x speed, more reduction) (#2890)
  • Added the shared file manifest to directed codegen interfaces so that it can be easily used by integrations. (#2893)
  • Add CostOptimization for cost-based BDD sifting (#2889)
  • Added a SnippetConfig class to codgen-core that allows sharing doc snippets that will be consumed by smithy-docgen. (#2894)
  • Remove [] from toString on some rules engine types (#2904)
  • Updated smithy-docgen to consume snippet files to generate example sections. (#2894)
  • Added a generic evaluator/interpreter for JMESPath expressions. (#2878)
  • Made DefaultBuilderRef public. (#2894)
  • Implement rules engine ITE fn and S3 tree transform (#2903)

Bug Fixes

  • Change generated union variant classes to public in trait codegen (#2887)
  • Fix toBuilder not supplying cloudWatchNamespace in the aws.api#service trait (#2895)

Documentation

  • Added a section to discuss recommendations for implementing Smithy clients. Currently this section only includes information about HTTP interfaces, but it will expand over time to cover more topics related to implementing clients. (#2868)

Other

  • Make husky only work for files under /docs (#2916)
Commits

Updates software.amazon.smithy:smithy-codegen-core from 1.65.0 to 1.66.0

Release notes

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

Smithy CLI v1.66.0

1.66.0 (2026-01-13)

Features

  • Added protocol test to test xml attribute members that are declared between non-attribute members. (#2870)
  • Improve BDD sifting (2x speed, more reduction) (#2890)
  • Added the shared file manifest to directed codegen interfaces so that it can be easily used by integrations. (#2893)
  • Add CostOptimization for cost-based BDD sifting (#2889)
  • Added a SnippetConfig class to codgen-core that allows sharing doc snippets that will be consumed by smithy-docgen. (#2894)
  • Remove [] from toString on some rules engine types (#2904)
  • Updated smithy-docgen to consume snippet files to generate example sections. (#2894)
  • Added a generic evaluator/interpreter for JMESPath expressions. (#2878)
  • Made DefaultBuilderRef public. (#2894)
  • Implement rules engine ITE fn and S3 tree transform (#2903)

Bug Fixes

  • Change generated union variant classes to public in trait codegen (#2887)
  • Fix toBuilder not supplying cloudWatchNamespace in the aws.api#service trait (#2895)

Documentation

  • Added a section to discuss recommendations for implementing Smithy clients. Currently this section only includes information about HTTP interfaces, but it will expand over time to cover more topics related to implementing clients. (#2868)

Other

  • Make husky only work for files under /docs (#2916)
Changelog

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

1.66.0 (2026-01-13)

Features

  • Added protocol test to test xml attribute members that are declared between non-attribute members. (#2870)
  • Improve BDD sifting (2x speed, more reduction) (#2890)
  • Added the shared file manifest to directed codegen interfaces so that it can be easily used by integrations. (#2893)
  • Add CostOptimization for cost-based BDD sifting (#2889)
  • Added a SnippetConfig class to codgen-core that allows sharing doc snippets that will be consumed by smithy-docgen. (#2894)
  • Remove [] from toString on some rules engine types (#2904)
  • Updated smithy-docgen to consume snippet files to generate example sections. (#2894)
  • Added a generic evaluator/interpreter for JMESPath expressions. (#2878)
  • Made DefaultBuilderRef public. (#2894)
  • Implement rules engine ITE fn and S3 tree transform (#2903)

Bug Fixes

  • Change generated union variant classes to public in trait codegen (#2887)
  • Fix toBuilder not supplying cloudWatchNamespace in the aws.api#service trait (#2895)

Documentation

  • Added a section to discuss recommendations for implementing Smithy clients. Currently this section only includes information about HTTP interfaces, but it will expand over time to cover more topics related to implementing clients. (#2868)

Other

  • Make husky only work for files under /docs (#2916)
Commits

Updates software.amazon.smithy:smithy-aws-traits from 1.65.0 to 1.66.0

Release notes

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

Smithy CLI v1.66.0

1.66.0 (2026-01-13)

Features

  • Added protocol test to test xml attribute members that are declared between non-attribute members. (#2870)
  • Improve BDD sifting (2x speed, more reduction) (#2890)
  • Added the shared file manifest to directed codegen interfaces so that it can be easily used by integrations. (#2893)
  • Add CostOptimization for cost-based BDD sifting (#2889)
  • Added a SnippetConfig class to codgen-core that allows sharing doc snippets that will be consumed by smithy-docgen. (#2894)
  • Remove [] from toString on some rules engine types (#2904)
  • Updated smithy-docgen to consume snippet files to generate example sections. (#2894)
  • Added a generic evaluator/interpreter for JMESPath expressions. (#2878)
  • Made DefaultBuilderRef public. (#2894)
  • Implement rules engine ITE fn and S3 tree transform (#2903)

Bug Fixes

  • Change generated union variant classes to public in trait codegen (#2887)
  • Fix toBuilder not supplying cloudWatchNamespace in the aws.api#service trait (#2895)

Documentation

  • Added a section to discuss recommendations for implementing Smithy clients. Currently this section only includes information about HTTP interfaces, but it will expand over time to cover more topics related to implementing clients. (#2868)

Other

  • Make husky only work for files under /docs (#2916)
Changelog

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

1.66.0 (2026-01-13)

Features

  • Added protocol test to test xml attribute members that are declared between non-attribute members. (#2870)
  • Improve BDD sifting (2x speed, more reduction) (#2890)
  • Added the shared file manifest to directed codegen interfaces so that it can be easily used by integrations. (#2893)
  • Add CostOptimization for cost-based BDD sifting (#2889)
  • Added a SnippetConfig class to codgen-core that allows sharing doc snippets that will be consumed by smithy-docgen. (#2894)
  • Remove [] from toString on some rules engine types (#2904)
  • Updated smithy-docgen to consume snippet files to generate example sections. (#2894)
  • Added a generic evaluator/interpreter for JMESPath expressions. (#2878)
  • Made DefaultBuilderRef public. (#2894)
  • Implement rules engine ITE fn and S3 tree transform (#2903)

Bug Fixes

  • Change generated union variant classes to public in trait codegen (#2887)
  • Fix toBuilder not supplying cloudWatchNamespace in the aws.api#service trait (#2895)

Documentation

  • Added a section to discuss recommendations for implementing Smithy clients. Currently this section only includes information about HTTP interfaces, but it will expand over time to cover more topics related to implementing clients. (#2868)

Other

  • Make husky only work for files under /docs (#2916)
Commits

Updates software.amazon.smithy:smithy-protocol-traits from 1.65.0 to 1.66.0

Release notes

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

Smithy CLI v1.66.0

1.66.0 (2026-01-13)

Features

  • Added protocol test to test xml attribute members that are declared between non-attribute members. (#2870)
  • Improve BDD sifting (2x speed, more reduction) (#2890)
  • Added the shared file manifest to directed codegen interfaces so that it can be easily used by integrations. (#2893)
  • Add CostOptimization for cost-based BDD sifting (#2889)
  • Added a SnippetConfig class to codgen-core that allows sharing doc snippets that will be consumed by smithy-docgen. (#2894)
  • Remove [] from toString on some rules engine types (#2904)
  • Updated smithy-docgen to consume snippet files to generate example sections. (#2894)
  • Added a generic evaluator/interpreter for JMESPath expressions. (#2878)
  • Made DefaultBuilderRef public. (#2894)
  • Implement rules engine ITE fn and S3 tree transform (#2903)

Bug Fixes

  • Change generated union variant classes to public in trait codegen (#2887)
  • Fix toBuilder not supplying cloudWatchNamespace in the aws.api#service trait (#2895)

Documentation

  • Added a section to discuss recommendations for implementing Smithy clients. Currently this section only includes information about HTTP interfaces, but it will expand over time to cover more topics related to implementing clients. (#2868)

Other

  • Make husky only work for files under /docs (#2916)
Changelog

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

1.66.0 (2026-01-13)

Features

  • Added protocol test to test xml attribute members that are declared between non-attribute members. (#2870)
  • Improve BDD sifting (2x speed, more reduction) (#2890)
  • Added the shared file manifest to directed codegen interfaces so that it can be easily used by integrations. (#2893)
  • Add CostOptimization for cost-based BDD sifting (#2889)
  • Added a SnippetConfig class to codgen-core that allows sharing doc snippets that will be consumed by smithy-docgen. (#2894)
  • Remove [] from toString on some rules engine types (#2904)
  • Updated smithy-docgen to consume snippet files to generate example sections. (#2894)
  • Added a generic evaluator/interpreter for JMESPath expressions. (#2878)
  • Made DefaultBuilderRef public. (#2894)
  • Implement rules engine ITE fn and S3 tree transform (#2903)

Bug Fixes

  • Change generated union variant classes to public in trait codegen (#2887)
  • Fix toBuilder not supplying cloudWatchNamespace in the aws.api#service trait (#2895)

Documentation

  • Added a section to discuss recommendations for implementing Smithy clients. Currently this section only includes information about HTTP interfaces, but it will expand over time to cover more topics related to implementing clients. (#2868)

Other

  • Make husky only work for files under /docs (#2916)
Commits

Updates software.amazon.smithy:smithy-protocol-test-traits from 1.65.0 to 1.66.0

Release notes

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

Smithy CLI v1.66.0

1.66.0 (2026-01-13)

Features

  • Added protocol test to test xml attribute members that are declared between non-attribute members. (#2870)
  • Improve BDD sifting (2x speed, more reduction) (#2890)
  • Added the shared file manifest to directed codegen interfaces so that it can be easily used by integrations. (#2893)
  • Add CostOptimization for cost-based BDD sifting (#2889)
  • Added a SnippetConfig class to codgen-core that allows sharing doc snippets that will be consumed by smithy-docgen. (#2894)
  • Remove [] from toString on some rules engine types (#2904)
  • Updated smithy-docgen to consume snippet files to generate example sections. (#2894)
  • Added a generic evaluator/interpreter for JMESPath expressions. (#2878)
  • Made DefaultBuilderRef public. (#2894)
  • Implement rules engine ITE fn and S3 tree transform (#2903)

Bug Fixes

  • Change generated union variant classes to public in trait codegen (#2887)
  • Fix toBuilder not supplying cloudWatchNamespace in the aws.api#service trait (#2895)

Documentation

  • Added a section to discuss recommendations for implementing Smithy clients. Currently this section only includes information about HTTP interfaces, but it will expand over time to cover more topics related to implementing clients. (#2868)

Other

  • Make husky only work for files under /docs (#2916)
Changelog

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

1.66.0 (2026-01-13)

Features

  • Added protocol test to test xml attribute members that are declared between non-attribute members. (#2870)
  • Improve BDD sifting (2x speed, more reduction) (#2890)
  • Added the shared file manifest to directed codegen interfaces so that it can be easily used by integrations. (#2893)
  • Add CostOptimization for cost-based BDD sifting (#2889)
  • Added a SnippetConfig class to codgen-core that allows sharing doc snippets that will be consumed by smithy-docgen. (#2894)
  • Remove [] from toString on some rules engine types (#2904)
  • Updated smithy-docgen to consume snippet files to generate example sections. (#2894)
  • Added a generic evaluator/interpreter for JMESPath expressions. (#2878)
  • Made DefaultBuilderRef public. (#2894)
  • Implement rules engine ITE fn and S3 tree transform (#2903)

Bug Fixes

  • Change generated union variant classes to public in trait codegen (#2887)
  • Fix toBuilder not supplying cloudWatchNamespace in the aws.api#service trait (#2895)

Documentation

  • Added a section to discuss recommendations for implementing Smithy clients. Currently this section only includes information about HTTP interfaces, but it will expand over time to cover more topics related to implementing clients. (#2868)

Other

  • Make husky only work for files under /docs (#2916)
Commits

Updates software.amazon.smithy:smithy-aws-protocol-tests from 1.65.0 to 1.66.0

Release notes

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

Smithy CLI v1.66.0

1.66.0 (2026-01-13)

Features

  • Added protocol test to test xml attribute members that are declared between non-attribute members. (#2870)
  • Improve BDD sifting (2x speed, more reduction) (#2890)
  • Added the shared file manifest to directed codegen interfaces so that it can be easily used by integrations. (#2893)
  • Add CostOptimization for cost-based BDD sifting (#2889)
  • Added a SnippetConfig class to codgen-core that allows sharing doc snippets that will be consumed by smithy-docgen. (#2894)
  • Remove [] from toString on some rules engine types (#2904)
  • Updated smithy-docgen to consume snippet files to generate example sections. (#2894)
  • Added a generic evaluator/interpreter for JMESPath expressions. (#2878)
  • Made DefaultBuilderRef public. (#2894)
  • Implement rules engine ITE fn and S3 tree transform (#2903)

Bug Fixes

  • Change generated union variant classes to public in trait codegen (#2887)
  • Fix toBuilder not supplying cloudWatchNamespace in the aws.api#service trait (#2895)

Documentation

  • Added a section to discuss recommendations for implementing Smithy clients. Currently this section only includes information about HTTP interfaces, but it will expand over time to cover more topics related to implementing clients. (#2868)

Other

  • Make husky only work for files under /docs (#2916)
Changelog

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

1.66.0 (2026-01-13)

Features

  • Added protocol test to test xml attribute members that are declared between non-attribute members. (#2870)
  • Improve BDD sifting (2x speed, more reduction) (#2890)
  • Added the shared file manifest to directed codegen interfaces so that it can be easily used by integrations. (#2893)
  • Add CostOptimization for cost-based BDD sifting (#2889)
  • Added a SnippetConfig class to codgen-core that allows sharing doc snippets that will be consumed by smithy-docgen. (#2894)
  • Remove [] from toString on some rules engine types (#2904)
  • Updated smithy-docgen to consume snippet files to generate example sections. (#2894)
  • Added a generic evaluator/interpreter for JMESPath expressions. (#2878)
  • Made DefaultBuilderRef public. (#2894)
  • Implement rules engine ITE fn and S3 tree transform (#2903)

Bug Fixes

  • Change generated union variant classes to public in trait codegen (#2887)
  • Fix toBuilder not supplying cloudWatchNamespace in the aws.api#service trait (#2895)

Documentation

  • Added a section to discuss recommendations for implementing Smithy clients. Currently this section only includes information about HTTP interfaces, but it will expand over time to cover more topics related to implementing clients. (#2868)

Other

  • Make husky only work for files under /docs (#2916)
Commits

Updates software.amazon.smithy:smithy-protocol-tests from 1.65.0 to 1.66.0

Release notes

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

Smithy CLI v1.66.0

1.66.0 (2026-01-13)

Features

  • Added protocol test to test xml attribute members that are declared between non-attribute members. (#2870)
  • Improve BDD sifting (2x speed, more reduction) (#2890)
  • Added the shared file manifest to directed codegen interfaces so that it can be easily used by integrations. (#2893)
  • Add CostOptimization for cost-based BDD sifting (#2889)
  • Added a SnippetConfig class to codgen-core that allows sharing doc snippets that will be consumed by smithy-docgen. (#2894)
  • Remove [] from toString on some rules engine types (#2904)
  • Updated smithy-docgen to consume snippet files to generate example sections. (#2894)
  • Added a generic evaluator/interpreter for JMESPath expressions. (#2878)
  • Made DefaultBuilderRef public. (#2894)
  • Implement rules engine ITE fn and S3 tree transform (#2903)

Bug Fixes

  • Change generated union variant classes to public in trait codegen (#2887)
  • Fix toBuilder not supplying cloudWatchNamespace in the aws.api#service trait (#2895)

Documentation

  • Added a section to discuss recommendations for implementing Smithy clients. Currently this section only includes information about HTTP interfaces, but it will expand over time to cover more topics related to implementing clients. (#2868)

Other

  • Make husky only work for files under /docs (#2916)
Changelog

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

1.66.0 (2026-01-13)

Features

  • Added protocol test to test xml attribute members that are declared between non-attribute members. (#2870)
  • Improve BDD sifting (2x speed, more reduction) (#2890)
  • Added the shared file manifest to directed codegen interfaces so that it can be easily used by integrations. (#2893)
  • Add CostOptimization for cost-based BDD sifting (#2889)
  • Added a SnippetConfig class to codgen-core that allows sharing doc snippets that will be consumed by smithy-docgen. (#2894)
  • Remove [] from toString on some rules engine types (#2904)
  • Updated smithy-docgen to consume snippet files to generate example sections. (#2894)
  • Added a generic evaluator/interpreter for JMESPath expressions. (#2878)
  • Made DefaultBuilderRef public. (#2894)
  • Implement rules engine ITE fn and S3 tree transform (#2903)

Bug Fixes

  • Change generated union variant classes to public in trait codegen (#2887)
  • Fix toBuilder not supplying cloudWatchNamespace in the aws.api#service trait (#2895)

Documentation

  • Added a section to discuss recommendations for implementing Smithy clients. Currently this section only includes information about HTTP interfaces, but it will expand over time to cover more topics related to implementing clients. (#2868)

Other

  • Make husky only work for files under /docs (#2916)
Commits

Updates software.amazon.smithy:smithy-validation-model from 1.65.0 to 1.66.0

Release notes

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

Smithy CLI v1.66.0

1.66.0 (2026-01-13)

Features

  • Added protocol test to test xml attribute members that are declared between non-attribute members. (#2870)
  • Improve BDD sifting (2x speed, more reduction) (#2890)
  • Added the shared file manifest to directed codegen interfaces so that it can be easily used by integrations. (#2893)
  • Add CostOptimization for cost-based BDD sifting (#2889)
  • Added a SnippetConfig class to codgen-core that allows sharing doc snippets that will be consumed by smithy-docgen. (#2894)
  • Remove [] from toString on some rules engine types (#2904)
  • Updated smithy-docgen to consume snippet files to generate example sections. (#2894)
  • Added a generic evaluator/inter...

    Description has been truncated

Bumps the gradle group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.24` | `1.5.25` |
| [software.amazon.smithy:smithy-model](https://github.com/smithy-lang/smithy) | `1.65.0` | `1.66.0` |
| [software.amazon.smithy:smithy-codegen-core](https://github.com/smithy-lang/smithy) | `1.65.0` | `1.66.0` |
| [software.amazon.smithy:smithy-aws-traits](https://github.com/smithy-lang/smithy) | `1.65.0` | `1.66.0` |
| [software.amazon.smithy:smithy-protocol-traits](https://github.com/smithy-lang/smithy) | `1.65.0` | `1.66.0` |
| [software.amazon.smithy:smithy-protocol-test-traits](https://github.com/smithy-lang/smithy) | `1.65.0` | `1.66.0` |
| [software.amazon.smithy:smithy-aws-protocol-tests](https://github.com/smithy-lang/smithy) | `1.65.0` | `1.66.0` |
| [software.amazon.smithy:smithy-protocol-tests](https://github.com/smithy-lang/smithy) | `1.65.0` | `1.66.0` |
| [software.amazon.smithy:smithy-validation-model](https://github.com/smithy-lang/smithy) | `1.65.0` | `1.66.0` |
| [software.amazon.smithy:smithy-jmespath](https://github.com/smithy-lang/smithy) | `1.65.0` | `1.66.0` |
| [software.amazon.smithy:smithy-waiters](https://github.com/smithy-lang/smithy) | `1.65.0` | `1.66.0` |
| [software.amazon.smithy:smithy-utils](https://github.com/smithy-lang/smithy) | `1.65.0` | `1.66.0` |
| [software.amazon.smithy:smithy-trait-codegen](https://github.com/smithy-lang/smithy) | `1.65.0` | `1.66.0` |
| [software.amazon.smithy:smithy-rules-engine](https://github.com/smithy-lang/smithy) | `1.65.0` | `1.66.0` |
| [software.amazon.smithy:smithy-aws-endpoints](https://github.com/smithy-lang/smithy) | `1.65.0` | `1.66.0` |
| software.amazon.awssdk:retries-spi | `2.41.7` | `2.41.11` |
| software.amazon.awssdk:retries | `2.41.7` | `2.41.11` |
| software.amazon.awssdk:sdk-core | `2.41.7` | `2.41.11` |
| software.amazon.awssdk:auth | `2.41.7` | `2.41.11` |
| [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) | `0.11.3` | `0.11.4` |


Updates `ch.qos.logback:logback-classic` from 1.5.24 to 1.5.25
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.24...v_1.5.25)

Updates `software.amazon.smithy:smithy-model` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-codegen-core` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-aws-traits` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-protocol-traits` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-protocol-test-traits` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-aws-protocol-tests` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-protocol-tests` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-validation-model` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-jmespath` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-waiters` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-utils` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-trait-codegen` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-rules-engine` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-aws-endpoints` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-codegen-core` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-aws-traits` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-protocol-traits` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-protocol-test-traits` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-aws-protocol-tests` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-protocol-tests` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-validation-model` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-jmespath` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-waiters` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-utils` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-trait-codegen` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-rules-engine` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.smithy:smithy-aws-endpoints` from 1.65.0 to 1.66.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.65.0...1.66.0)

Updates `software.amazon.awssdk:retries-spi` from 2.41.7 to 2.41.11

Updates `software.amazon.awssdk:retries` from 2.41.7 to 2.41.11

Updates `software.amazon.awssdk:sdk-core` from 2.41.7 to 2.41.11

Updates `software.amazon.awssdk:auth` from 2.41.7 to 2.41.11

Updates `software.amazon.awssdk:retries` from 2.41.7 to 2.41.11

Updates `software.amazon.awssdk:sdk-core` from 2.41.7 to 2.41.11

Updates `software.amazon.awssdk:auth` from 2.41.7 to 2.41.11

Updates `org.graalvm.buildtools.native` from 0.11.3 to 0.11.4
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](graalvm/native-build-tools@0.11.3...0.11.4)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-model
  dependency-version: 1.66.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.66.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.66.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.66.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.66.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.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-protocol-tests
  dependency-version: 1.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-validation-model
  dependency-version: 1.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-jmespath
  dependency-version: 1.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-waiters
  dependency-version: 1.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-utils
  dependency-version: 1.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-trait-codegen
  dependency-version: 1.66.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.66.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.66.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.66.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.66.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.66.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.66.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.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-protocol-tests
  dependency-version: 1.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-validation-model
  dependency-version: 1.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-jmespath
  dependency-version: 1.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-waiters
  dependency-version: 1.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-utils
  dependency-version: 1.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-trait-codegen
  dependency-version: 1.66.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.66.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.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.awssdk:retries-spi
  dependency-version: 2.41.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.awssdk:retries
  dependency-version: 2.41.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.awssdk:sdk-core
  dependency-version: 2.41.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.awssdk:auth
  dependency-version: 2.41.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.awssdk:retries
  dependency-version: 2.41.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.awssdk:sdk-core
  dependency-version: 2.41.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.awssdk:auth
  dependency-version: 2.41.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.graalvm.buildtools.native
  dependency-version: 0.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants