deps(kotlin): bump gradle-wrapper from 9.7.0 to 9.7.1 in /kotlin in the gradle-dependencies group - #823
Merged
github-actions[bot] merged 1 commit intoAug 24, 2026
Conversation
Bumps the gradle-dependencies group in /kotlin with 1 update: [gradle-wrapper](https://github.com/gradle/gradle). Updates `gradle-wrapper` from 9.7.0 to 9.7.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v9.7.0...v9.7.1) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
Updates the Kotlin module’s Gradle wrapper from 9.7.0 to 9.7.1.
Changes:
- Points Kotlin builds to the Gradle 9.7.1 binary distribution.
Tip
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
dependabot
Bot
deleted the
dependabot/gradle/kotlin/gradle-dependencies-2739417140
branch
August 24, 2026 11:15
jeremy
added a commit
that referenced
this pull request
Aug 24, 2026
* origin/main: deps(ts): bump the npm-dependencies group in /typescript with 3 updates (#825) deps(smithy): bump gradle-wrapper (#824) deps(kotlin): bump gradle-wrapper (#823) deps(go): bump github.com/oapi-codegen/runtime (#821) deps(conformance-ruby): bump webmock (#822) deps(ruby): bump webmock in /ruby in the bundler-dependencies group (#820) Bump version to 0.15.0 Make the release guide and guards tell the truth before v0.15.0 (#808) # Conflicts: # go/go.mod
jeremy
added a commit
that referenced
this pull request
Aug 24, 2026
…nt-feed-go-connector * origin/event-feed-foundations: deps(ts): bump the npm-dependencies group in /typescript with 3 updates (#825) deps(smithy): bump gradle-wrapper (#824) deps(kotlin): bump gradle-wrapper (#823) deps(go): bump github.com/oapi-codegen/runtime (#821) deps(conformance-ruby): bump webmock (#822) deps(ruby): bump webmock in /ruby in the bundler-dependencies group (#820) Bump version to 0.15.0 Make the release guide and guards tell the truth before v0.15.0 (#808)
jeremy
added a commit
that referenced
this pull request
Aug 24, 2026
…ent-feed-conformance-driver * origin/event-feed-go-connector: Event feed: the ring the buffer needed, the parser parity it claimed, and two honest declines deps(ts): bump the npm-dependencies group in /typescript with 3 updates (#825) deps(smithy): bump gradle-wrapper (#824) deps(kotlin): bump gradle-wrapper (#823) deps(go): bump github.com/oapi-codegen/runtime (#821) deps(conformance-ruby): bump webmock (#822) deps(ruby): bump webmock in /ruby in the bundler-dependencies group (#820) Bump version to 0.15.0 Make the release guide and guards tell the truth before v0.15.0 (#808)
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 gradle-dependencies group in /kotlin with 1 update: gradle-wrapper.
Updates
gradle-wrapperfrom 9.7.0 to 9.7.1Release notes
Sourced from gradle-wrapper's releases.
Commits
92f0512update fixed issues for 9.7.1 (#38892)820ee75update fixed issues for 9.7.182c23f9Fix annotation parameter ordering problem in KTS (#38878)ef11a72Fix annotation parameter ordering issuebb0d8a9Make relevant tests polyglot (run for multiple DSLs)336e129Update signing configuration (#38874)4bdf0daUpdate signing configurationcd9b92cList issues resolved in 9.7.1 (#38839)5f4e381List issues resolved in 9.7.11e08ab5Keep type-use annotations in extracted ABI classes (#38810)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 the Kotlin module’s
gradle-wrapperfrom 9.7.0 to 9.7.1 to pick up the 9.7.1 patch fixes and improve build stability. Old: builds ran on 9.7.0. New: builds run on 9.7.1. No functional changes expected.kotlin/gradle/wrapper/gradle-wrapper.propertieschanged (distributionUrl → 9.7.1). Verify the Kotlin module builds via./gradlew build. No migration required; CI will use the wrapper.Written for commit 890000b. Summary will update on new commits.