Skip to content

Bump the gradle group across 1 directory with 33 updates - #1306

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

Bump the gradle group across 1 directory with 33 updates#1306
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-a6b4b29e29

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
ch.qos.logback:logback-classic 1.5.38 1.6.1
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.api.models:dynamodb 1.0.12 1.0.13
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.51.0
software.amazon.awssdk:retries 2.47.6 2.51.0
software.amazon.awssdk:sdk-core 2.47.6 2.51.0
software.amazon.awssdk:auth 2.47.6 2.51.0
software.amazon.api.models:all 1.0.269 1.0.280
com.diffplug.spotless:spotless-plugin-gradle 8.8.0 8.9.0
com.autonomousapps:dependency-analysis-gradle-plugin 3.16.1 3.18.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.6

Updates ch.qos.logback:logback-classic from 1.5.38 to 1.6.1

Release notes

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

Logback 1.6.1

2026-07-28 Release of logback version 1.6.1

• In TimeBasedRollingPolicy, when the file option is set, the intermediate file renamed before asynchronous compression now receives the target archive name without the compression suffix (e.g. .gz, .zip, .xz). Previously it used a nanotime-based .tmp suffix. This makes the file easier to identify if compression fails during rollover. (See also the following paragraph.)

• On GZ, ZIP, or XZ compression failure, the original (uncompressed) log file is no longer deleted. Compression strategies now delete the source file only after successful compression and emit a warning that the original was left intact.

• ConsoleAppender with now probes JLine's org.jline.jansi.AnsiConsole first and falls back to the legacy FuseSource org.fusesource.jansi.AnsiConsole class. This keeps ANSI coloring working after Jansi moved under the JLine project. The optional org.jline:jansi-core artifact is declared as a dependency alongside the existing FuseSource jansi dependency. A preferredJansiClassName property was added for tests. This issue was reported in issues/1043 by seonwoo_jung who also provided the relevant PR.

• LayoutWrappingEncoder now reports an error at start() when no layout is set and guards encode() against a null layout. Previously, a missing layout (for example after an ignored // branch) allowed the encoder to start and then fail with a NullPointerException on every event, resulting in silent log loss. This issue was reported in issues/1046 by seonwoo_jung who also provided the relevant PR.

• FileCollisionAnalyser now detects file collisions involving nested appenders of SiftingAppender. When the nested file or fileNamePattern does not textually reference the discriminator key (e.g. ${userId}), a warning is issued at configuration time naming the appender, the key, and the shared target. This closes a gap where statically declared file appenders were checked but sifted nested appenders were not. This enhancement was contributed in [PR #1041](qos-ch/logback#1041) by seonwoo_jung.

• More defensive handling in SyslogOutputStream and SyslogAppenderBase: the close() method now ensures that resources are closed, writes and flushes check that the underlying resources are in a valid state and fallback to no-op otherwise.

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

• See https://logback.qos.ch/news.html#1.6.1 for the original text.

Logback 1.6.0

2026-07-23 Release of logback version 1.6.0

• Removed certain deprecated variables, methods, and classes. For the list of removed members see release_1.6.0.txt.

• In AsyncAppenderBase, the put(ILoggingEvent) method now has the protected modifier to allow access from derived classes. This change was requested by Thomas Skjølberg in pr#1053.

• Bump SLF4J dependency to version 2.0.18.

See also the overview of the 1.6.x series.

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

Commits
  • 57759f4 prepare release 1.6.1
  • 175f99f fix imports
  • 4b8773e add compressionFailureLeavesOriginalFileIntact test for XZ compression
  • cafaf11 do not delete original file if compression fails
  • ee50125 let the temporary file before compression be target file without the .gz or ....
  • 5626acc minor refactoring
  • d97da4f minor refactoring
  • 159c045 more defensive coding in SyslogOutputStream and in SyslogAppenderBase
  • 9427d6b slight refactoring for clarity
  • 79c4179 slight refactoring
  • Additional commits viewable in compare view

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.api.models:dynamodb from 1.0.12 to 1.0.13

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, ...

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.38` | `1.6.1` |
| 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.api.models:dynamodb](https://github.com/aws/api-models-aws) | `1.0.12` | `1.0.13` |
| [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.51.0` |
| software.amazon.awssdk:retries | `2.47.6` | `2.51.0` |
| software.amazon.awssdk:sdk-core | `2.47.6` | `2.51.0` |
| software.amazon.awssdk:auth | `2.47.6` | `2.51.0` |
| [software.amazon.api.models:all](https://github.com/aws/api-models-aws) | `1.0.269` | `1.0.280` |
| [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) | `8.8.0` | `8.9.0` |
| [com.autonomousapps:dependency-analysis-gradle-plugin](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) | `3.16.1` | `3.18.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.6` |



Updates `ch.qos.logback:logback-classic` from 1.5.38 to 1.6.1
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.38...v_1.6.1)

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.api.models:dynamodb` from 1.0.12 to 1.0.13
- [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.51.0

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

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

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

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

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

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

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

Updates `com.diffplug.spotless:spotless-plugin-gradle` from 8.8.0 to 8.9.0
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@gradle/8.8.0...gradle/8.9.0)

Updates `com.autonomousapps:dependency-analysis-gradle-plugin` from 3.16.1 to 3.18.0
- [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](autonomousapps/dependency-analysis-gradle-plugin@v3.16.1...v3.18.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.6
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](graalvm/native-build-tools@1.1.4...1.1.6)

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: ch.qos.logback:logback-classic
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- 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.api.models:dynamodb
  dependency-version: 1.0.13
  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.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.awssdk:retries
  dependency-version: 2.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.awssdk:sdk-core
  dependency-version: 2.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.awssdk:auth
  dependency-version: 2.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.awssdk:retries
  dependency-version: 2.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.awssdk:sdk-core
  dependency-version: 2.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.awssdk:auth
  dependency-version: 2.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.api.models:all
  dependency-version: 1.0.280
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: com.diffplug.spotless:spotless-plugin-gradle
  dependency-version: 8.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.autonomousapps:dependency-analysis-gradle-plugin
  dependency-version: 3.18.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.6
  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 Aug 5, 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