Skip to content

chore(deps): update gradle to v9.4.1#217

Merged
Manabu-GT merged 1 commit intomainfrom
renovate/gradle-9.x
Mar 30, 2026
Merged

chore(deps): update gradle to v9.4.1#217
Manabu-GT merged 1 commit intomainfrom
renovate/gradle-9.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 30, 2026

This PR contains the following updates:

Package Update Change
gradle (source) minor 9.2.19.4.1

Release Notes

gradle/gradle (gradle)

v9.4.1

Compare Source

v9.4.0

Compare Source

v9.3.1: 9.3.1

Compare Source

This is a patch release for 9.3.0. We recommend using 9.3.1 instead of 9.3.0.

The following issues were resolved:

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 9.3.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.3.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v9.3.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 9am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@claude
Copy link
Copy Markdown

claude bot commented Mar 30, 2026

Claude finished @renovate[bot]'s task in 35s —— View job


PR Review: Gradle Wrapper Update to v9.4.1

  • Gather context and understand the PR
  • Review changed files
  • Provide final assessment

Summary

This is a standard Gradle wrapper update from 9.2.19.4.1 generated by Renovate. The changes are exactly what you'd expect from running ./gradlew wrapper --gradle-version=9.4.1.

Changes Reviewed

gradle/wrapper/gradle-wrapper.properties — Distribution URL updated correctly:

-distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip

validateDistributionUrl=true is present, which ensures the wrapper checksum is validated on first use. ✅

gradlew / gradlew.bat — The wrapper scripts were regenerated and include a notable cleanup:

  • Removal of the now-unused CLASSPATH variable (set to "\"\"" in the old version) and the -classpath "$CLASSPATH" argument. The Gradle wrapper JAR no longer needs an explicit empty classpath passed on the command line — this is a legitimate upstream improvement that simplifies the launch scripts.
  • The commit SHA in the script template URL was pinned to a specific commit (2d6327017519d23b96af35865dc997fcb544fb40), which is a good reproducibility practice.
  • Copyright year changed from 2015-2021 to 2015 — minor cosmetic change in the generated template.

gradle/wrapper/gradle-wrapper.jar — Binary updated to match the new wrapper version. This is the expected companion change to the properties file.

Notable Release Notes (9.3.x)

The 9.3.1 patch release resolved several regressions worth noting:

  • JUnit test result file naming fixes
  • JUnit 3 / JUnit 4 test scanning fixes
  • Build cache fixes for non-ASCII filenames
  • Cross-project dependency manipulation fix

These are all resolved in 9.4.1, making this a beneficial update.

Assessment

Safe to merge. This is a straightforward, auto-generated Gradle wrapper bump with no custom logic. The script changes (CLASSPATH removal) are legitimate upstream simplifications. No security concerns or breaking changes are expected for this project.

@github-actions
Copy link
Copy Markdown

Qodana for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@Manabu-GT Manabu-GT merged commit c459b7c into main Mar 30, 2026
5 checks passed
@renovate renovate bot deleted the renovate/gradle-9.x branch March 30, 2026 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant