Skip to content

Build(deps): Bump gradle-wrapper from 9.3.1 to 9.4.1#10

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/gradle/gradle-wrapper-9.4.1
Closed

Build(deps): Bump gradle-wrapper from 9.3.1 to 9.4.1#10
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/gradle/gradle-wrapper-9.4.1

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps gradle-wrapper from 9.3.1 to 9.4.1.

Release notes

Sourced from gradle-wrapper's releases.

9.4.1

The Gradle team is excited to announce Gradle 9.4.1.

Here are the highlights of this release:

  • Java 26 support
  • Non-class-based JVM tests
  • Enhanced console progress bar

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: akankshaa-00, Attila Kelemen, Björn Kautler, dblood, Dennis Rieks, duvvuvenkataramana, John Burns, Julian, kevinstembridge, Niels Doucet, Philip Wedemann, ploober, Richard Hernandez, Roberto Perez Alcolea, Sebastian Lövdahl, stephan2405, Stephane Landelle, Ujwal Suresh Vanjare, Victor Merkulov, Vincent Potuček, Vladimir Sitnikov.

Upgrade instructions

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

./gradlew wrapper --gradle-version=9.4.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.

... (truncated)

Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 30, 2026
hgarciaalberto added a commit that referenced this pull request Mar 30, 2026
#10)

This commit introduces automated CI/CD workflows via GitHub Actions, comprehensive technical documentation for the AI-powered architecture, and performance optimizations for the voting system.

### Key Changes:

-   **CI/CD & Automation**:
    -   Added `build.yml` for automated Android builds and testing on pull requests and pushes to the `develop` branch.
    -   Added `deploy.yml` to automate signing and uploading Android App Bundles (AAB) to the Google Play Console (internal track).
    -   Configured GitHub Dependabot (`dependabot.yml`) for weekly Gradle dependency updates.
    -   Integrated GitHub Actions secrets for secure handling of API keys and signing credentials.

-   **Optimistic UI & Voting Performance**:
    -   Refactored `ProposalViewModel` to implement optimistic UI updates for voting. Vote counts and states now update locally immediately, with background synchronization to Supabase and automatic rollback on failure.
    -   Added a concurrency lock (`votingInProgress`) to prevent multiple simultaneous requests for the same proposal.
    -   Updated the `ProposalViewModel` to manually manage the proposal list state, improving control over sorting and local updates compared to the previous reactive stream.

-   **Technical Documentation**:
    -   Added `docs/MEDIUM_POST_AI_KMP_N8N_SUPABASE.md`: A detailed technical deep-dive into the architecture involving KMP, n8n, Supabase pgvector, and AI orchestration.
    -   Added `docs/LINKEDIN_POST_SPAIN_DECIDES.md`: Marketing and launch content including a summary of the technical journey.

-   **Build & Dependency Upgrades**:
    -   Upgraded Gradle to `9.3.1` and Android Gradle Plugin (AGP) to `9.1.0`.
    -   Updated core dependencies: Kotlin (`2.3.20`), Compose Multiplatform (`1.10.3`), Koin (`4.2.0`), Supabase (`3.4.1`), Ktor (`3.4.2`), and Coil (`3.4.0`).
    -   Incremented `versionCode` to `6` and `versionName` to `1.2.1`.

-   **Localization & Store Presence**:
    -   Added "What's New" metadata for Google Play in both English and Spanish, highlighting the addition of language management.

-   **Miscellaneous**:
    -   Added a `.github/copilot-instructions.md` to standardize AI code review responses in English.
    -   Updated `.gitignore` to exclude `.klib` files and other tool-specific metadata.
hgarciaalberto added a commit that referenced this pull request Mar 30, 2026
#10)

This commit introduces automated CI/CD workflows via GitHub Actions, comprehensive technical documentation for the AI-powered architecture, and performance optimizations for the voting system.

### Key Changes:

-   **CI/CD & Automation**:
    -   Added `build.yml` for automated Android builds and testing on pull requests and pushes to the `develop` branch.
    -   Added `deploy.yml` to automate signing and uploading Android App Bundles (AAB) to the Google Play Console (internal track).
    -   Configured GitHub Dependabot (`dependabot.yml`) for weekly Gradle dependency updates.
    -   Integrated GitHub Actions secrets for secure handling of API keys and signing credentials.

-   **Optimistic UI & Voting Performance**:
    -   Refactored `ProposalViewModel` to implement optimistic UI updates for voting. Vote counts and states now update locally immediately, with background synchronization to Supabase and automatic rollback on failure.
    -   Added a concurrency lock (`votingInProgress`) to prevent multiple simultaneous requests for the same proposal.
    -   Updated the `ProposalViewModel` to manually manage the proposal list state, improving control over sorting and local updates compared to the previous reactive stream.

-   **Technical Documentation**:
    -   Added `docs/MEDIUM_POST_AI_KMP_N8N_SUPABASE.md`: A detailed technical deep-dive into the architecture involving KMP, n8n, Supabase pgvector, and AI orchestration.
    -   Added `docs/LINKEDIN_POST_SPAIN_DECIDES.md`: Marketing and launch content including a summary of the technical journey.

-   **Build & Dependency Upgrades**:
    -   Upgraded Gradle to `9.3.1` and Android Gradle Plugin (AGP) to `9.1.0`.
    -   Updated core dependencies: Kotlin (`2.3.20`), Compose Multiplatform (`1.10.3`), Koin (`4.2.0`), Supabase (`3.4.1`), Ktor (`3.4.2`), and Coil (`3.4.0`).
    -   Incremented `versionCode` to `6` and `versionName` to `1.2.1`.

-   **Localization & Store Presence**:
    -   Added "What's New" metadata for Google Play in both English and Spanish, highlighting the addition of language management.

-   **Miscellaneous**:
    -   Added a `.github/copilot-instructions.md` to standardize AI code review responses in English.
    -   Updated `.gitignore` to exclude `.klib` files and other tool-specific metadata.
hgarciaalberto added a commit that referenced this pull request Mar 30, 2026
#10)

This commit introduces automated CI/CD workflows via GitHub Actions, comprehensive technical documentation for the AI-powered architecture, and performance optimizations for the voting system.

### Key Changes:

-   **CI/CD & Automation**:
    -   Added `build.yml` for automated Android builds and testing on pull requests and pushes to the `develop` branch.
    -   Added `deploy.yml` to automate signing and uploading Android App Bundles (AAB) to the Google Play Console (internal track).
    -   Configured GitHub Dependabot (`dependabot.yml`) for weekly Gradle dependency updates.
    -   Integrated GitHub Actions secrets for secure handling of API keys and signing credentials.

-   **Optimistic UI & Voting Performance**:
    -   Refactored `ProposalViewModel` to implement optimistic UI updates for voting. Vote counts and states now update locally immediately, with background synchronization to Supabase and automatic rollback on failure.
    -   Added a concurrency lock (`votingInProgress`) to prevent multiple simultaneous requests for the same proposal.
    -   Updated the `ProposalViewModel` to manually manage the proposal list state, improving control over sorting and local updates compared to the previous reactive stream.

-   **Technical Documentation**:
    -   Added `docs/MEDIUM_POST_AI_KMP_N8N_SUPABASE.md`: A detailed technical deep-dive into the architecture involving KMP, n8n, Supabase pgvector, and AI orchestration.
    -   Added `docs/LINKEDIN_POST_SPAIN_DECIDES.md`: Marketing and launch content including a summary of the technical journey.

-   **Build & Dependency Upgrades**:
    -   Upgraded Gradle to `9.3.1` and Android Gradle Plugin (AGP) to `9.1.0`.
    -   Updated core dependencies: Kotlin (`2.3.20`), Compose Multiplatform (`1.10.3`), Koin (`4.2.0`), Supabase (`3.4.1`), Ktor (`3.4.2`), and Coil (`3.4.0`).
    -   Incremented `versionCode` to `6` and `versionName` to `1.2.1`.

-   **Localization & Store Presence**:
    -   Added "What's New" metadata for Google Play in both English and Spanish, highlighting the addition of language management.

-   **Miscellaneous**:
    -   Added a `.github/copilot-instructions.md` to standardize AI code review responses in English.
    -   Updated `.gitignore` to exclude `.klib` files and other tool-specific metadata.
Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 9.3.1 to 9.4.1.
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.3.1...v9.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@hgarciaalberto hgarciaalberto force-pushed the dependabot/gradle/gradle-wrapper-9.4.1 branch from f7f58c8 to d5b42ed Compare March 30, 2026 23:44
@hgarciaalberto
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 31, 2026

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@hgarciaalberto
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 31, 2026

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@hgarciaalberto
Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 31, 2026

Looks like gradle-wrapper is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 31, 2026
@dependabot dependabot bot deleted the dependabot/gradle/gradle-wrapper-9.4.1 branch March 31, 2026 02:03
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.

1 participant