Skip to content

Bump the gradle group across 1 directory with 30 updates - #1301

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

Bump the gradle group across 1 directory with 30 updates#1301
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-f336749c13

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
io.helidon.webclient:helidon-webclient 4.5.0 4.5.1
io.netty:netty-tcnative-boringssl-static 2.0.80.Final 2.0.81.Final
software.amazon.api.models:s3 1.0.20 1.0.21
software.amazon.smithy:smithy-model 1.72.0 1.72.1
software.amazon.smithy:smithy-codegen-core 1.72.0 1.72.1
software.amazon.smithy:smithy-aws-traits 1.72.0 1.72.1
software.amazon.smithy:smithy-protocol-traits 1.72.0 1.72.1
software.amazon.smithy:smithy-protocol-test-traits 1.72.0 1.72.1
software.amazon.smithy:smithy-aws-protocol-tests 1.72.0 1.72.1
software.amazon.smithy:smithy-protocol-tests 1.72.0 1.72.1
software.amazon.smithy:smithy-validation-model 1.72.0 1.72.1
software.amazon.smithy:smithy-jmespath 1.72.0 1.72.1
software.amazon.smithy:smithy-jmespath-tests 1.72.0 1.72.1
software.amazon.smithy:smithy-waiters 1.72.0 1.72.1
software.amazon.smithy:smithy-utils 1.72.0 1.72.1
software.amazon.smithy:smithy-trait-codegen 1.72.0 1.72.1
software.amazon.smithy:smithy-rules-engine 1.72.0 1.72.1
software.amazon.smithy:smithy-aws-endpoints 1.72.0 1.72.1
software.amazon.smithy:smithy-aws-smoke-test-model 1.72.0 1.72.1
software.amazon.smithy:smithy-smoke-test-traits 1.72.0 1.72.1
software.amazon.awssdk:retries-spi 2.47.6 2.49.5
software.amazon.awssdk:retries 2.47.6 2.49.5
software.amazon.awssdk:sdk-core 2.47.6 2.49.5
software.amazon.awssdk:auth 2.47.6 2.49.5
software.amazon.api.models:all 1.0.269 1.0.275
com.autonomousapps:dependency-analysis-gradle-plugin 3.16.1 3.17.0
com.gradleup.shadow:shadow-gradle-plugin 9.5.1 9.6.1
com.gradleup.shadow 9.5.1 9.6.1
org.graalvm.buildtools.native 1.1.4 1.1.5

Updates io.helidon.webclient:helidon-webclient from 4.5.0 to 4.5.1

Updates io.helidon.webclient:helidon-webclient-http2 from 4.5.0 to 4.5.1

Updates io.netty:netty-tcnative-boringssl-static from 2.0.80.Final to 2.0.81.Final

Commits
  • 402d9c3 [maven-release-plugin] prepare release netty-tcnative-parent-2.0.81.Final
  • f44fcb9 Add SSL.getGroupName(...) which returns the name of the used by ssl's most re...
  • 81ca0c5 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates software.amazon.api.models:s3 from 1.0.20 to 1.0.21

Commits

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

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

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

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

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

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

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

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

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

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

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

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

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

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

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

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

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

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

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

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

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

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

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

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

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

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

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

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

Updates software.amazon.smithy:smithy-validation-model from 1.72.0 to 1.72.1

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

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

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

Updates software.amazon.smithy:smithy-jmespath from 1.72.0 to 1.72.1

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

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

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

Updates software.amazon.smithy:smithy-jmespath-tests from 1.72.0 to 1.72.1

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

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

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

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

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

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

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

Updates software.amazon.smithy:smithy-utils from 1.72.0 to 1.72.1

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

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

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

Updates software.amazon.smithy:smithy-trait-codegen from 1.72.0 to 1.72.1

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

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

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

Updates software.amazon.smithy:smithy-rules-engine from 1.72.0 to 1.72.1

Release notes

Sourced from software.amazon.smithy:smithy-rules-engine's releases.

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

Sourced from software.amazon.smithy:smithy-rules-engine's changelog.

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

Updates software.amazon.smithy:smithy-aws-endpoints from 1.72.0 to 1.72.1

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

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

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

Updates software.amazon.smithy:smithy-aws-smoke-test-model from 1.72.0 to 1.72.1

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

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

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

Updates software.amazon.smithy:smithy-smoke-test-traits from 1.72.0 to 1.72.1

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

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

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

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

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

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

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

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

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

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

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

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

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

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

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

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

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

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

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

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

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Changelog

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

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced uncompilable code. The generated createNode() and fromNode() methods hard-coded the map entry key type as String instead of deriving it from the key shape, which is a ShapeId for an @idRef key. (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper outputs to avoid spurious diff changes (smithy-lang/smithy#3210)
Commits

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

Release notes

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

Smithy CLI v1.72.1

1.72.1 (2026-07...

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| io.helidon.webclient:helidon-webclient | `4.5.0` | `4.5.1` |
| [io.netty:netty-tcnative-boringssl-static](https://github.com/netty/netty-tcnative) | `2.0.80.Final` | `2.0.81.Final` |
| [software.amazon.api.models:s3](https://github.com/aws/api-models-aws) | `1.0.20` | `1.0.21` |
| [software.amazon.smithy:smithy-model](https://github.com/smithy-lang/smithy) | `1.72.0` | `1.72.1` |
| [software.amazon.smithy:smithy-codegen-core](https://github.com/smithy-lang/smithy) | `1.72.0` | `1.72.1` |
| [software.amazon.smithy:smithy-aws-traits](https://github.com/smithy-lang/smithy) | `1.72.0` | `1.72.1` |
| [software.amazon.smithy:smithy-protocol-traits](https://github.com/smithy-lang/smithy) | `1.72.0` | `1.72.1` |
| [software.amazon.smithy:smithy-protocol-test-traits](https://github.com/smithy-lang/smithy) | `1.72.0` | `1.72.1` |
| [software.amazon.smithy:smithy-aws-protocol-tests](https://github.com/smithy-lang/smithy) | `1.72.0` | `1.72.1` |
| [software.amazon.smithy:smithy-protocol-tests](https://github.com/smithy-lang/smithy) | `1.72.0` | `1.72.1` |
| [software.amazon.smithy:smithy-validation-model](https://github.com/smithy-lang/smithy) | `1.72.0` | `1.72.1` |
| [software.amazon.smithy:smithy-jmespath](https://github.com/smithy-lang/smithy) | `1.72.0` | `1.72.1` |
| [software.amazon.smithy:smithy-jmespath-tests](https://github.com/smithy-lang/smithy) | `1.72.0` | `1.72.1` |
| [software.amazon.smithy:smithy-waiters](https://github.com/smithy-lang/smithy) | `1.72.0` | `1.72.1` |
| [software.amazon.smithy:smithy-utils](https://github.com/smithy-lang/smithy) | `1.72.0` | `1.72.1` |
| [software.amazon.smithy:smithy-trait-codegen](https://github.com/smithy-lang/smithy) | `1.72.0` | `1.72.1` |
| [software.amazon.smithy:smithy-rules-engine](https://github.com/smithy-lang/smithy) | `1.72.0` | `1.72.1` |
| [software.amazon.smithy:smithy-aws-endpoints](https://github.com/smithy-lang/smithy) | `1.72.0` | `1.72.1` |
| [software.amazon.smithy:smithy-aws-smoke-test-model](https://github.com/smithy-lang/smithy) | `1.72.0` | `1.72.1` |
| [software.amazon.smithy:smithy-smoke-test-traits](https://github.com/smithy-lang/smithy) | `1.72.0` | `1.72.1` |
| software.amazon.awssdk:retries-spi | `2.47.6` | `2.49.5` |
| software.amazon.awssdk:retries | `2.47.6` | `2.49.5` |
| software.amazon.awssdk:sdk-core | `2.47.6` | `2.49.5` |
| software.amazon.awssdk:auth | `2.47.6` | `2.49.5` |
| [software.amazon.api.models:all](https://github.com/aws/api-models-aws) | `1.0.269` | `1.0.275` |
| [com.autonomousapps:dependency-analysis-gradle-plugin](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) | `3.16.1` | `3.17.0` |
| [com.gradleup.shadow:shadow-gradle-plugin](https://github.com/GradleUp/shadow) | `9.5.1` | `9.6.1` |
| [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `9.5.1` | `9.6.1` |
| [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) | `1.1.4` | `1.1.5` |



Updates `io.helidon.webclient:helidon-webclient` from 4.5.0 to 4.5.1

Updates `io.helidon.webclient:helidon-webclient-http2` from 4.5.0 to 4.5.1

Updates `io.netty:netty-tcnative-boringssl-static` from 2.0.80.Final to 2.0.81.Final
- [Release notes](https://github.com/netty/netty-tcnative/releases)
- [Commits](netty/netty-tcnative@netty-tcnative-parent-2.0.80.Final...netty-tcnative-parent-2.0.81.Final)

Updates `software.amazon.api.models:s3` from 1.0.20 to 1.0.21
- [Commits](https://github.com/aws/api-models-aws/commits)

Updates `software.amazon.smithy:smithy-model` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-codegen-core` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-aws-traits` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-protocol-traits` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-protocol-test-traits` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-aws-protocol-tests` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-protocol-tests` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-validation-model` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-jmespath` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-jmespath-tests` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-waiters` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-utils` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-trait-codegen` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-rules-engine` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-aws-endpoints` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-aws-smoke-test-model` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-smoke-test-traits` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-codegen-core` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-aws-traits` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-protocol-traits` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-protocol-test-traits` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-aws-protocol-tests` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-protocol-tests` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-validation-model` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-jmespath` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-jmespath-tests` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-waiters` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-utils` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-trait-codegen` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-rules-engine` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-aws-endpoints` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-aws-smoke-test-model` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.smithy:smithy-smoke-test-traits` from 1.72.0 to 1.72.1
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.72.0...1.72.1)

Updates `software.amazon.awssdk:retries-spi` from 2.47.6 to 2.49.5

Updates `software.amazon.awssdk:retries` from 2.47.6 to 2.49.5

Updates `software.amazon.awssdk:sdk-core` from 2.47.6 to 2.49.5

Updates `software.amazon.awssdk:auth` from 2.47.6 to 2.49.5

Updates `software.amazon.awssdk:retries` from 2.47.6 to 2.49.5

Updates `software.amazon.awssdk:sdk-core` from 2.47.6 to 2.49.5

Updates `software.amazon.awssdk:auth` from 2.47.6 to 2.49.5

Updates `software.amazon.api.models:all` from 1.0.269 to 1.0.275
- [Commits](https://github.com/aws/api-models-aws/commits)

Updates `com.autonomousapps:dependency-analysis-gradle-plugin` from 3.16.1 to 3.17.0
- [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](autonomousapps/dependency-analysis-gradle-plugin@v3.16.1...v3.17.0)

Updates `com.gradleup.shadow:shadow-gradle-plugin` from 9.5.1 to 9.6.1
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@9.5.1...9.6.1)

Updates `com.gradleup.shadow` from 9.5.1 to 9.6.1
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@9.5.1...9.6.1)

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

Updates `com.gradleup.shadow` from 9.5.1 to 9.6.1
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@9.5.1...9.6.1)

---
updated-dependencies:
- dependency-name: io.helidon.webclient:helidon-webclient
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: io.helidon.webclient:helidon-webclient-http2
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: io.netty:netty-tcnative-boringssl-static
  dependency-version: 2.0.81.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.api.models:s3
  dependency-version: 1.0.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-model
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-codegen-core
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-aws-traits
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-protocol-traits
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-protocol-test-traits
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-aws-protocol-tests
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-protocol-tests
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-validation-model
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-jmespath
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-jmespath-tests
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-waiters
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-utils
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-trait-codegen
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-rules-engine
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-aws-endpoints
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-aws-smoke-test-model
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-smoke-test-traits
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-codegen-core
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-aws-traits
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-protocol-traits
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-protocol-test-traits
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-aws-protocol-tests
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-protocol-tests
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-validation-model
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-jmespath
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-jmespath-tests
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-waiters
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-utils
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-trait-codegen
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-rules-engine
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-aws-endpoints
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-aws-smoke-test-model
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-smoke-test-traits
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: software.amazon.awssdk:retries-spi
  dependency-version: 2.49.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.awssdk:retries
  dependency-version: 2.49.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.awssdk:sdk-core
  dependency-version: 2.49.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.awssdk:auth
  dependency-version: 2.49.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.awssdk:retries
  dependency-version: 2.49.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.awssdk:sdk-core
  dependency-version: 2.49.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.awssdk:auth
  dependency-version: 2.49.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.api.models:all
  dependency-version: 1.0.275
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: com.autonomousapps:dependency-analysis-gradle-plugin
  dependency-version: 3.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.gradleup.shadow:shadow-gradle-plugin
  dependency-version: 9.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.gradleup.shadow
  dependency-version: 9.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: org.graalvm.buildtools.native
  dependency-version: 1.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: com.gradleup.shadow
  dependency-version: 9.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 29, 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