Skip to content

build(deps): bump gradle-wrapper from 8.2.1 to 9.3.1 in /android#1102

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

build(deps): bump gradle-wrapper from 8.2.1 to 9.3.1 in /android#1102
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/android/gradle-wrapper-9.3.1

Conversation

@dependabot
Copy link
Contributor

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

Bumps gradle-wrapper from 8.2.1 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.2.1 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 dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 2, 2026
@dependabot dependabot bot requested a review from lucas-zimerman as a code owner February 2, 2026 17:49
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 2, 2026

set -- \
"-Dorg.gradle.appname=$APP_BASE_NAME" \
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
Copy link

Choose a reason for hiding this comment

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

Bug: The updated android/gradlew script uses -jar to execute gradle-wrapper.jar, but this JAR file is missing from the repository, which will cause Gradle commands to fail.
Severity: CRITICAL

Suggested Fix

The gradle-wrapper.jar file, which should be generated as part of the Gradle wrapper update, needs to be added to the android/gradle/wrapper/ directory and included in this pull request.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: android/gradlew#L213

Potential issue: The Gradle wrapper script `android/gradlew` has been updated to invoke
the wrapper using `-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar"`. However, the
`gradle-wrapper.jar` file is not included in the `android/gradle/wrapper/` directory in
this pull request. Consequently, any attempt to execute Gradle commands via the wrapper
script in the `android` directory will fail with an "Unable to access jarfile" error.
This will break any build process that relies on the Android Gradle wrapper.

Did we get this right? 👍 / 👎 to inform future reviews.

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