Skip to content

🤖 Update Dependencies#1656

Open
compose-devrel-github-bot wants to merge 1 commit intomainfrom
bot-update-deps
Open

🤖 Update Dependencies#1656
compose-devrel-github-bot wants to merge 1 commit intomainfrom
bot-update-deps

Conversation

@compose-devrel-github-bot
Copy link
Contributor

Updated depedencies

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @compose-devrel-github-bot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request systematically updates various project dependencies across multiple applications within the repository. The primary goal is to ensure that all projects are using the latest stable versions of their libraries and build tools, which helps in maintaining compatibility, leveraging new features, and incorporating the latest bug fixes and security patches.

Highlights

  • Dependency Updates: Updated several key dependencies including androidGradlePlugin from 9.0.0 to 9.0.1, androidx-activity-compose from 1.12.3 to 1.12.4, and androidx-compose-bom from 2026.01.01 to 2026.02.00.
  • Kotlin and Hilt Versions: The Kotlin version was updated from 2.3.0 to 2.3.10, and Hilt was upgraded from 2.59 to 2.59.2.
  • Maps Compose and Roborazzi: Updated maps-compose from 8.0.0 to 8.2.0 and roborazzi from 1.57.0 to 1.59.0.
  • Version Catalog Tooling: The version-catalog-update tool was updated from 1.0.1 to 1.1.0, and ksp from 2.3.5 to 2.3.6.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • JetLagged/gradle/libs.versions.toml
    • Updated androidGradlePlugin to 9.0.1
    • Updated androidx-activity-compose to 1.12.4
    • Updated androidx-compose-bom to 2026.02.00
    • Updated hilt to 2.59.2
    • Updated kotlin to 2.3.10
    • Updated ksp to 2.3.6
    • Updated maps-compose to 8.2.0
    • Updated roborazzi to 1.59.0
    • Updated version-catalog-update to 1.1.0
  • JetNews/gradle/libs.versions.toml
    • Updated androidGradlePlugin to 9.0.1
    • Updated androidx-activity-compose to 1.12.4
    • Updated androidx-compose-bom to 2026.02.00
    • Updated hilt to 2.59.2
    • Updated kotlin to 2.3.10
    • Updated ksp to 2.3.6
    • Updated maps-compose to 8.2.0
    • Updated roborazzi to 1.59.0
    • Updated version-catalog-update to 1.1.0
  • Jetchat/gradle/libs.versions.toml
    • Updated androidGradlePlugin to 9.0.1
    • Updated androidx-activity-compose to 1.12.4
    • Updated androidx-compose-bom to 2026.02.00
    • Updated hilt to 2.59.2
    • Updated kotlin to 2.3.10
    • Updated ksp to 2.3.6
    • Updated maps-compose to 8.2.0
    • Updated roborazzi to 1.59.0
    • Updated version-catalog-update to 1.1.0
  • Jetsnack/gradle/libs.versions.toml
    • Updated androidGradlePlugin to 9.0.1
    • Updated androidx-activity-compose to 1.12.4
    • Updated androidx-compose-bom to 2026.02.00
    • Updated hilt to 2.59.2
    • Updated kotlin to 2.3.10
    • Updated ksp to 2.3.6
    • Updated maps-compose to 8.2.0
    • Updated roborazzi to 1.59.0
    • Updated version-catalog-update to 1.1.0
  • Reply/gradle/libs.versions.toml
    • Updated androidGradlePlugin to 9.0.1
    • Updated androidx-activity-compose to 1.12.4
    • Updated androidx-compose-bom to 2026.02.00
    • Updated hilt to 2.59.2
    • Updated kotlin to 2.3.10
    • Updated ksp to 2.3.6
    • Updated maps-compose to 8.2.0
    • Updated roborazzi to 1.59.0
    • Updated version-catalog-update to 1.1.0
Activity
  • The pull request was opened by compose-devrel-github-bot with the title "🤖 Update Dependencies" and description "Updated depedencies", indicating an automated dependency update process.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates various dependencies across multiple sample projects. The changes are consistent and appear to be automated. My main feedback concerns the project structure, which leads to duplicated libs.versions.toml files and increased maintenance effort, as demonstrated by this PR. I've added a specific comment suggesting centralization of dependency management to improve maintainability and simplify future updates.

Comment on lines +4 to +7
androidGradlePlugin = "9.0.1"
androidx-activity-compose = "1.12.4"
androidx-appcompat = "1.7.1"
androidx-compose-bom = "2026.01.01"
androidx-compose-bom = "2026.02.00"
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

These version updates are being applied to multiple, nearly identical libs.versions.toml files across different sample projects. This duplication increases maintenance overhead, as seen in this PR where several files require the same set of changes. Some of the other version catalog files (e.g., in JetNews) even contain comments indicating they should be duplicated from a global file, but the update process seems to modify them individually.

To improve maintainability and align with the apparent original intent, consider centralizing dependency management. This could be achieved by either creating a script to synchronize a master catalog file to all projects or by restructuring the projects to share a single version catalog via Gradle's composite builds feature. This would streamline future updates and prevent inconsistencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant