Skip to content

Bump gradle-wrapper from 8.4 to 9.4.0#39

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

Bump gradle-wrapper from 8.4 to 9.4.0#39
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/gradle-wrapper-9.4.0

Conversation

@dependabot
Copy link
Contributor

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

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

Bumps gradle-wrapper from 8.4 to 9.4.0.

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.4.0
  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 Mar 10, 2026

Labels

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

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 10, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 10, 2026 00:14
@dependabot dependabot bot had a problem deploying to BY WMS 2020.1.1 QA March 10, 2026 00:14 Failure
@augmentcode
Copy link

augmentcode bot commented Mar 10, 2026

🤖 Augment PR Summary

Summary: This PR updates the Gradle Wrapper from 8.4 to 9.4.0 (Dependabot).

Changes:

  • Updates gradle-wrapper.properties to download Gradle 9.4.0.
  • Adds networkTimeout=10000 to the wrapper configuration.
  • Refreshes the bundled gradle-wrapper.jar to match the new wrapper version.
  • Updates gradlew and gradlew.bat to the newer generated wrapper scripts (SPDX header, improved env checks, and wrapper invocation via -jar).

Technical Notes: This is a major Gradle version jump; double-check the minimum required Java runtime for Gradle and ensure CI/local tooling matches it.

🤖 Was this summary useful? React with 👍 or 👎

Copy link

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

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

Review completed. 1 suggestion posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
Copy link

Choose a reason for hiding this comment

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

Gradle 9.x requires running Gradle with a newer JDK (typically 17+); the repo’s CI/publish workflows currently use JDK 11/8, so this wrapper bump is likely to break builds unless those are updated too.

Severity: high

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

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