Skip to content

chore: bump gradle-wrapper from 8.8 to 9.3.1#147

Merged
ptthanh02 merged 1 commit intomainfrom
dependabot/gradle/gradle-wrapper-9.3.1
Feb 7, 2026
Merged

chore: bump gradle-wrapper from 8.8 to 9.3.1#147
ptthanh02 merged 1 commit intomainfrom
dependabot/gradle/gradle-wrapper-9.3.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2026

Bumps gradle-wrapper from 8.8 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)

Bumps gradle-wrapper from 8.8 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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2026

Assignees

The following users could not be added as assignees: NotNighter. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the repository’s Gradle Wrapper to Gradle 9.3.1, aligning the build tooling and wrapper scripts/jar with the newer Gradle release.

Changes:

  • Bump distributionUrl to Gradle 9.3.1.
  • Refresh gradlew / gradlew.bat wrapper launch scripts (notably switching to -jar ...gradle-wrapper.jar invocation).
  • Update the committed gradle-wrapper.jar to the matching wrapper version.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.

File Description
gradlew.bat Updated Windows wrapper startup script to match the new wrapper behavior/version.
gradlew Updated POSIX wrapper startup script (path resolution + -jar invocation).
gradle/wrapper/gradle-wrapper.properties Bumped Gradle distribution URL to gradle-9.3.1-bin.zip.
gradle/wrapper/gradle-wrapper.jar Updated the wrapper jar to the newer version.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +71 to +74
@rem Setup the command line



Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

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

In the -jar based wrapper invocation, there’s no longer any command-line setup happening here, but the script still has a "Setup the command line" comment followed by multiple blank lines. Consider removing the stale comment/extra blank lines to keep the wrapper script tidy and consistent with what it actually does.

Suggested change
@rem Setup the command line

Copilot uses AI. Check for mistakes.

# Collect all arguments for the java command:
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

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

The comment about which environment variables are disallowed from containing shell fragments no longer mentions GRADLE_OPTS, even though GRADLE_OPTS is still parsed/expanded later in this script. Please update the comment to include GRADLE_OPTS (or clarify why it’s intentionally excluded) so the documentation matches the actual behavior.

Suggested change
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# * DEFAULT_JVM_OPTS, JAVA_OPTS, GRADLE_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,

Copilot uses AI. Check for mistakes.
@ptthanh02 ptthanh02 merged commit 369f215 into main Feb 7, 2026
7 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/gradle-wrapper-9.3.1 branch February 7, 2026 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant