deps(smithy): bump the smithy-gradle-dependencies group in /spec/smithy-bare-arrays with 3 updates#359
Merged
github-actions[bot] merged 1 commit intoJul 6, 2026
Conversation
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>
Spec Change Impact
Checklist of SDKs requiring updates:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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-openapifrom 1.71.0 to 1.72.0Release notes
Sourced from software.amazon.smithy:smithy-openapi's releases.
... (truncated)
Changelog
Sourced from software.amazon.smithy:smithy-openapi's changelog.
... (truncated)
Commits
67103c2Revert JDK25 AOT changelog entry5149f75Revert "CI: build CLI image and run integ tests on JDK 25"e7f9f67Re-render 1.72.0 changelog0adb1d2Fix bad urls8c50e61Bump version to 1.72.0b87368dAdd a union trait getter with covariant return012250cAdd PR link to changelog entry6973695Recommend againstidas a resource id name58532c7Make commonamark shape in prelude private43d578cUpgrade maven-resolver to 2.0.18Updates
org.junit.jupiter:junit-jupiterfrom 6.1.0 to 6.1.1Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
Commits
0d85889Release 6.1.10363eeeFinalize 6.1.1 release notesa6d540aMove entry to 6.1.1 release notes69339d5Only pass timeout when publishing to avoid failure in nmcp plugindec2eb9Allow excluding engines from memory cleanup mode (#5786)a5f4270Publish sha256/sha512 checksums again but filter out signature ones (#5796)8213012Update plugin nmcp-settings to v1.6.0 (#5787)d1bf847Generate Javadoc for aggregator modulesd721de5Pass--no-fontstojavadocconventiond289ec6Restore original SetSystemProperty values in a ParameterizedTest (#5720)Updates
gradle-wrapperfrom 9.6.0 to 9.6.1Release notes
Sourced from gradle-wrapper's releases.
Commits
309d128Update fixed issues in release notes for 9.6.1 (#38328)040a978Update fixed issues in release notes for 9.6.1e0b8325Restore --non-interactive flag instead of --interactive/--no-interactive (#38...946f3e6Limit explicit temp file permission setting to intended use case (#38300)65f8224Restore --non-interactive flag instead of --interactive/--no-interactivee346a5eAdjust CLI flag to configure non-interactive console (#38301)9b53be9Adjust CLI flag to configure non-interactive console0dd3b53Limit explicit temp file permission setting to intended use case48e5ac2Add reproducers25598fdPrepare 9.6.1 patch release (#38293)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsSummary by cubic
Updates dependencies in
spec/smithy-bare-arraysto improve build stability and pick up faster Smithy model loading. Bumpssmithy-openapi,junit-jupiter, and the Gradle wrapper to their latest patch/minor versions.software.amazon.smithy:smithy-openapi1.71.0 → 1.72.0 (faster model loading; new metadata validation)org.junit.jupiter:junit-jupiter6.1.0 → 6.1.1 (bug fixes)gradle-wrapper9.6.0 → 9.6.1 (CLI and configuration cache fixes)Written for commit 1997467. Summary will update on new commits.