Skip to content

deps(smithy): bump the smithy-gradle-dependencies group in /spec/smithy-bare-arrays with 3 updates#359

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/gradle/spec/smithy-bare-arrays/smithy-gradle-dependencies-1b23fc9331
Jul 6, 2026
Merged

deps(smithy): bump the smithy-gradle-dependencies group in /spec/smithy-bare-arrays with 3 updates#359
github-actions[bot] merged 1 commit into
mainfrom
dependabot/gradle/spec/smithy-bare-arrays/smithy-gradle-dependencies-1b23fc9331

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the smithy-gradle-dependencies group in /spec/smithy-bare-arrays with 3 updates: software.amazon.smithy:smithy-openapi, org.junit.jupiter:junit-jupiter and gradle-wrapper.

Updates software.amazon.smithy:smithy-openapi from 1.71.0 to 1.72.0

Release notes

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

Smithy CLI v1.72.0

1.72.0 (2026-07-01)

Features

  • Optimized model loading by ~50% by fixing a path traversal bug, reducing JSON allocations, reducing ShapeID string allocations, improving ShapeId and Model blackboard caches, optimizing selectors based on relevance, and skipping construction of suppressed unr
  • esolved-trait validation events. (#3176)
  • Added a new metadata trait that allows model authors to declare types for metadata keys that will be automatically validated when building models. (#3078)
  • Added an optional message property to waiter acceptors that allows extracting a human-readable message from the operation output via a JMESPath expression. The expression must resolve to a string or array of strings and is only valid on failure state acceptors. (#3151)
  • Added a shapeClosures metadata key that allows users to define closures of shapes that are not necessarily rooted in a service shape. This is primarily motivated by the desire to code-generate types without service or client framing, but is left open enough to be used for other purposes. (#3148)
  • Optimized selector parsing (#3175)
  • Added a generateDataShapesOnly mode to CodegenDirector that generates only data shapes (skipping service, resource, and operation shapes). (#3156)
  • Added validation to ensure every operation binds all required rules engine parameters, emitting a RuleSetParameter.Operation.RequiredMissing error. (#3153)
  • Updated tags member names validation in input/output structures to allow "map" suffix variants. (#3129)
  • Added SmithyBuildConfig#toModelAssembler and SmithyBuild#toProjectedModel APIs to load and project a model directly from a build config. (#3135)
  • The smithy format CLI command now falls back to the sources defined in smithy-build.json when no positional arguments are provided, allowing it to be run with no arguments inside a configured Smithy project. (#3143)
  • Added test cases for errors in AWS JSON protocols using different namespaces (#3157)
  • Added a --check option to the smithy format command that fails when any file would be modified. (#3141)
  • Added the ability to drive directed code generation from a metadata-defined shape closure instead of a service. (#3156)
  • Optimized selectors (#3171)

... (truncated)

Changelog

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

1.72.0 (2026-07-01)

Features

  • Optimized model loading by ~50% by fixing a path traversal bug, reducing JSON allocations, reducing ShapeID string allocations, improving ShapeId and Model blackboard caches, optimizing selectors based on relevance, and skipping construction of suppressed unr
  • esolved-trait validation events. (#3176)
  • Added a new metadata trait that allows model authors to declare types for metadata keys that will be automatically validated when building models. (#3078)
  • Added an optional message property to waiter acceptors that allows extracting a human-readable message from the operation output via a JMESPath expression. The expression must resolve to a string or array of strings and is only valid on failure state acceptors. (#3151)
  • Added a shapeClosures metadata key that allows users to define closures of shapes that are not necessarily rooted in a service shape. This is primarily motivated by the desire to code-generate types without service or client framing, but is left open enough to be used for other purposes. (#3148)
  • Optimized selector parsing (#3175)
  • Added a generateDataShapesOnly mode to CodegenDirector that generates only data shapes (skipping service, resource, and operation shapes). (#3156)
  • Added validation to ensure every operation binds all required rules engine parameters, emitting a RuleSetParameter.Operation.RequiredMissing error. (#3153)
  • Updated tags member names validation in input/output structures to allow "map" suffix variants. (#3129)
  • Added SmithyBuildConfig#toModelAssembler and SmithyBuild#toProjectedModel APIs to load and project a model directly from a build config. (#3135)
  • The smithy format CLI command now falls back to the sources defined in smithy-build.json when no positional arguments are provided, allowing it to be run with no arguments inside a configured Smithy project. (#3143)
  • Added test cases for errors in AWS JSON protocols using different namespaces (#3157)
  • Added a --check option to the smithy format command that fails when any file would be modified. (#3141)
  • Added the ability to drive directed code generation from a metadata-defined shape closure instead of a service. (#3156)
  • Optimized selectors (#3171)
  • Improved model loading performance by replacing NodeMapper with direct Node

... (truncated)

Commits
  • 67103c2 Revert JDK25 AOT changelog entry
  • 5149f75 Revert "CI: build CLI image and run integ tests on JDK 25"
  • e7f9f67 Re-render 1.72.0 changelog
  • 0adb1d2 Fix bad urls
  • 8c50e61 Bump version to 1.72.0
  • b87368d Add a union trait getter with covariant return
  • 012250c Add PR link to changelog entry
  • 6973695 Recommend against id as a resource id name
  • 58532c7 Make commonamark shape in prelude private
  • 43d578c Upgrade maven-resolver to 2.0.18
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter from 6.1.0 to 6.1.1

Release notes

Sourced from org.junit.jupiter:junit-jupiter's releases.

JUnit 6.1.1 = Platform 6.1.1 + Jupiter 6.1.1 + Vintage 6.1.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.0...r6.1.1

Commits
  • 0d85889 Release 6.1.1
  • 0363eee Finalize 6.1.1 release notes
  • a6d540a Move entry to 6.1.1 release notes
  • 69339d5 Only pass timeout when publishing to avoid failure in nmcp plugin
  • dec2eb9 Allow excluding engines from memory cleanup mode (#5786)
  • a5f4270 Publish sha256/sha512 checksums again but filter out signature ones (#5796)
  • 8213012 Update plugin nmcp-settings to v1.6.0 (#5787)
  • d1bf847 Generate Javadoc for aggregator modules
  • d721de5 Pass --no-fonts to javadoc convention
  • d289ec6 Restore original SetSystemProperty values in a ParameterizedTest (#5720)
  • Additional commits viewable in compare view

Updates gradle-wrapper from 9.6.0 to 9.6.1

Release notes

Sourced from gradle-wrapper's releases.

9.6.1

The Gradle team is excited to announce Gradle 9.6.1.

Here are the highlights of this release:

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

Read the Release Notes

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

Upgrade instructions

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

./gradlew :wrapper --gradle-version=9.6.1 && ./gradlew :wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

Commits
  • 309d128 Update fixed issues in release notes for 9.6.1 (#38328)
  • 040a978 Update fixed issues in release notes for 9.6.1
  • e0b8325 Restore --non-interactive flag instead of --interactive/--no-interactive (#38...
  • 946f3e6 Limit explicit temp file permission setting to intended use case (#38300)
  • 65f8224 Restore --non-interactive flag instead of --interactive/--no-interactive
  • e346a5e Adjust CLI flag to configure non-interactive console (#38301)
  • 9b53be9 Adjust CLI flag to configure non-interactive console
  • 0dd3b53 Limit explicit temp file permission setting to intended use case
  • 48e5ac2 Add reproducers
  • 25598fd Prepare 9.6.1 patch release (#38293)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by cubic

Updates dependencies in spec/smithy-bare-arrays to improve build stability and pick up faster Smithy model loading. Bumps smithy-openapi, junit-jupiter, and the Gradle wrapper to their latest patch/minor versions.

  • Dependencies
    • software.amazon.smithy:smithy-openapi 1.71.0 → 1.72.0 (faster model loading; new metadata validation)
    • org.junit.jupiter:junit-jupiter 6.1.0 → 6.1.1 (bug fixes)
    • gradle-wrapper 9.6.0 → 9.6.1 (CLI and configuration cache fixes)

Written for commit 1997467. Summary will update on new commits.

Review in cubic

Bumps the smithy-gradle-dependencies group in /spec/smithy-bare-arrays with 3 updates: [software.amazon.smithy:smithy-openapi](https://github.com/smithy-lang/smithy), [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) and [gradle-wrapper](https://github.com/gradle/gradle).


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

Updates `org.junit.jupiter:junit-jupiter` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.1.0...r6.1.1)

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

---
updated-dependencies:
- dependency-name: software.amazon.smithy:smithy-openapi
  dependency-version: 1.72.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: smithy-gradle-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: smithy-gradle-dependencies
- dependency-name: gradle-wrapper
  dependency-version: 9.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: smithy-gradle-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file spec Changes to the Smithy spec or OpenAPI labels Jul 6, 2026
Copilot AI review requested due to automatic review settings July 6, 2026 11:07
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file spec Changes to the Smithy spec or OpenAPI labels Jul 6, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

@github-actions github-actions Bot enabled auto-merge (squash) July 6, 2026 11:07
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

Spec Change Impact

  • Changes Detected: Updated dependencies for the Smithy model.
  • Impact on API Definitions: The spec diff does not include any direct additions, modifications, or removals of operations, types, or resources.
  • SDK Regeneration: Regeneration is required to ensure SDKs stay in sync with the Smithy model and dependencies.
  • Breaking Change: No breaking changes detected in the API.

Checklist of SDKs requiring updates:

  • Go
  • TypeScript
  • Ruby
  • Kotlin
  • Swift

@github-actions github-actions Bot added the enhancement New feature or request label Jul 6, 2026
@github-actions github-actions Bot merged commit e168170 into main Jul 6, 2026
43 of 44 checks passed
@dependabot dependabot Bot deleted the dependabot/gradle/spec/smithy-bare-arrays/smithy-gradle-dependencies-1b23fc9331 branch July 6, 2026 11:15
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 enhancement New feature or request spec Changes to the Smithy spec or OpenAPI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant