Use a Gradle version catalog for dependency versions #2968#2989
Conversation
IRus
commented
Jun 18, 2026
- Moved all versions from gradle.properties into version catalog
- Updated build files and TestConfig to use version catalog
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Hey @IRus, thank you for the PR! This is really helpful. However, it's a little error-prone to do in one go, so do you think you would be able to split the PR into smaller PRs where we move at most 5 dependencies into the catalog at a time? That way it's much easier to confirm that it's correct. |
|
@jaschdoc Sure thing, maybe do migration module-by-module? Starting with less critical |
|
Sounds good! |
|
I will close this PR for now :) |