Bump gradle-wrapper from 8.2 to 9.3.1#56
Conversation
Bumps gradle-wrapper from 8.2 to 9.3.1. --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
🤖 Augment PR SummarySummary: Upgrades the project’s Gradle Wrapper from 8.2 to 9.3.1. Changes:
Technical Notes: This is a major Gradle upgrade; downstream plugin and CI/runtime Java compatibility should be verified when adopting Gradle 9.3.1. 🤖 Was this summary useful? React with 👍 or 👎 |
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip |
There was a problem hiding this comment.
Gradle 9.x requires running Gradle on a newer JVM (Gradle docs list JVM 17+ as required), but this repo’s GitHub Actions workflows currently set up JDK 8; with this wrapper bump CI/build/publish will likely fail unless the runner Java version is updated accordingly.
Severity: high
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
|
Superseded by #62. |
Bumps gradle-wrapper from 8.2 to 9.3.1.
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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)