Skip to content

Build(deps): Bump gradle-wrapper from 8.9 to 9.3.1#512

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/gradle-wrapper-9.3.1
Open

Build(deps): Bump gradle-wrapper from 8.9 to 9.3.1#512
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/gradle-wrapper-9.3.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps gradle-wrapper from 8.9 to 9.3.1.

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.9 to 9.3.1 by updating gradle-wrapper.properties.

Refreshes gradlew/gradlew.bat to 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.

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>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2026
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

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
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants