Skip to content

chore(deps): bump gradle-wrapper from 9.2.1 to 9.4.0#62

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/gradle/gradle-wrapper-9.4.0
Open

chore(deps): bump gradle-wrapper from 9.2.1 to 9.4.0#62
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/gradle/gradle-wrapper-9.4.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 5, 2026

Bumps gradle-wrapper from 9.2.1 to 9.4.0.

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 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)

Greptile Summary

This PR bumps the Gradle wrapper from 9.2.1 to 9.4.0 via Dependabot, updating all four standard wrapper files (gradle-wrapper.jar, gradle-wrapper.properties, gradlew, gradlew.bat). All changes are expected output of running ./gradlew wrapper --gradle-version=9.4.0 and carry no functional risk.

Key changes introduced by the new wrapper generation:

  • Distribution URL updated to gradle-9.4.0-bin.zip in gradle-wrapper.properties.
  • JVM invocation changed from -classpath $CLASSPATH org.gradle.wrapper.GradleWrapperMain to -jar gradle-wrapper.jar in both gradlew and gradlew.bat — a cleaner, more portable invocation style.
  • --enable-native-access=ALL-UNNAMED JVM flag removed from DEFAULT_JVM_OPTS in both scripts; this flag was used to suppress module-system warnings in earlier JDKs and its removal is safe for normal build workloads.
  • APP_HOME resolution in gradlew changed to printf '%s\n' "$PWD" for better POSIX portability.
  • Error messages in gradlew.bat now correctly redirect to stderr (1>&2).
  • SPDX-License-Identifier: Apache-2.0 header added to both scripts.

Confidence Score: 5/5

  • This PR is safe to merge — all changes are auto-generated wrapper script updates with no logic of their own.
  • All four files are standard Dependabot-generated outputs for a Gradle wrapper upgrade. The changes are well-understood, reproducible, and carry no application logic. No custom code was modified.
  • No files require special attention.

Important Files Changed

Filename Overview
gradle/wrapper/gradle-wrapper.properties Updates distributionUrl from gradle-9.2.1-bin.zip to gradle-9.4.0-bin.zip. Straightforward, expected version bump with no other changes.
gradle/wrapper/gradle-wrapper.jar Binary JAR updated to match the new Gradle 9.4.0 wrapper. Expected as part of a ./gradlew wrapper upgrade.
gradlew Unix wrapper script regenerated for Gradle 9.4.0: removes --enable-native-access=ALL-UNNAMED JVM flag, switches from -classpath to -jar invocation, improves APP_HOME path resolution, and adds SPDX license identifier.
gradlew.bat Windows wrapper script regenerated for Gradle 9.4.0: removes --enable-native-access=ALL-UNNAMED, switches from -classpath to -jar, redirects error messages to stderr, and adds SPDX license identifier. Also loses its executable bit (mode 755→644), which is appropriate for a .bat file.

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant gradlew as gradlew / gradlew.bat
    participant JVM as JVM
    participant jar as gradle-wrapper.jar
    participant gradle as Gradle 9.4.0 Distribution

    Dev->>gradlew: ./gradlew <task>
    gradlew->>gradlew: Resolve APP_HOME<br/>(cd -P ... && printf PWD)
    gradlew->>JVM: java -Xmx64m -Xms64m<br/>-jar gradle-wrapper.jar
    Note over gradlew,JVM: Old: -classpath $CLASSPATH GradleWrapperMain<br/>New: -jar gradle-wrapper.jar
    JVM->>jar: Launch wrapper
    jar-->>gradle: Download if needed<br/>(gradle-9.4.0-bin.zip)
    gradle-->>Dev: Execute build task
Loading

Last reviewed commit: 9863d31

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 5, 2026
Bumps gradle-wrapper from 9.2.1 to 9.4.0.

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added java Pull requests that update java code dependencies Pull requests that update a dependency file labels Mar 5, 2026
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 java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants