Build(deps): Bump gradle-wrapper from 8.9 to 9.3.1#512
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Build(deps): Bump gradle-wrapper from 8.9 to 9.3.1#512dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps gradle-wrapper from 8.9 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>
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-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 Java 17, breaking Java 8 builds
High Severity
Gradle 9.3.1 requires Java 17 or later to run, but this project's CI tests with Java 8 (see .github/workflows/build-and-test.yml matrix) and the build explicitly targets Java 8 (sourceCompatibility = JavaVersion.VERSION_1_8 in build.gradle). This version bump from Gradle 8.9 to 9.3.1 will cause all Java 8 CI jobs to fail immediately when attempting to run the Gradle wrapper, as the JVM version requirement is not met.
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 gradle-wrapper from 8.9 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)Note
Medium Risk
Medium risk because this is a major Gradle upgrade that can change build behavior and plugin compatibility, though changes are confined to wrapper configuration and scripts.
Overview
Upgrades the Gradle wrapper from
8.9to9.3.1by updatinggradle-wrapper.properties.Refreshes
gradlew/gradlew.batto the newer generated scripts, including switching to launching via-jar gradle-wrapper.jar(instead of-classpath ... GradleWrapperMain) and small robustness/licensing header updates.Written by Cursor Bugbot for commit 132036e. This will update automatically on new commits. Configure here.