Skip to content

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

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

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
Copy Markdown
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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@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
Comment thread android/gradlew

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

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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 16, 2026

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Internal Changes 🔧

Deps

  • Bump gradle-wrapper from 8.2.1 to 9.3.1 in /android by dependabot[bot] in #1102
  • Bump basic-ftp from 5.0.5 to 5.2.0 in /example/ionic-angular-v8 by dependabot in #1133
  • Bump rollup from 4.40.2 to 4.59.0 in /example/ionic-vue3 by dependabot in #1135
  • Bump hono from 4.12.0 to 4.12.3 in /example/ionic-angular-v8 by dependabot in #1136
  • Bump tar from 7.5.7 to 7.5.9 in /example/ionic-vue3 by dependabot in #1127
  • Bump systeminformation from 5.30.7 to 5.31.1 in /example/ionic-vue3 by dependabot in #1126
  • Bump qs from 6.14.1 to 6.14.2 in /example/ionic-vue3 by dependabot in #1128
  • Bump hono from 4.11.9 to 4.12.0 in /example/ionic-angular-v8 by dependabot in #1129

🤖 This preview updates automatically when you update the PR.

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 force-pushed the dependabot/gradle/android/gradle-wrapper-9.3.1 branch from 354c9ad to 4bf8460 Compare February 16, 2026 16:35
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2026

Superseded by #1162.

@dependabot dependabot bot closed this Mar 16, 2026
@dependabot dependabot bot deleted the dependabot/gradle/android/gradle-wrapper-9.3.1 branch March 16, 2026 15:53
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