Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try dropbox/dependency-guard to avoid unexpected dependency changes #8631

Open
utzcoz opened this issue Nov 18, 2023 · 2 comments · May be fixed by #8866
Open

Try dropbox/dependency-guard to avoid unexpected dependency changes #8631

utzcoz opened this issue Nov 18, 2023 · 2 comments · May be fixed by #8866

Comments

@utzcoz
Copy link
Member

utzcoz commented Nov 18, 2023

See https://github.com/dropbox/dependency-guard.

@MGaetan89
Copy link
Contributor

MGaetan89 commented Feb 23, 2024

What do you think about also using the following plugin: https://github.com/autonomousapps/dependency-analysis-gradle-plugin?
It reports unused plugins/dependencies, and warn if the wrong configuration is used (for example, api vs implementation).

Edit: I've created a PR with the plugin mentioned initially. I'll create a dedicated one for the Dependency Analysis Plugin if you want to include that one too.

@MGaetan89 MGaetan89 linked a pull request Feb 23, 2024 that will close this issue
@utzcoz
Copy link
Member Author

utzcoz commented Feb 24, 2024

Unused implement is fine to keep until we find them. Current issue that I want to resolve is guard some important issues to avoid it is updated by other look-like-safe dependency updating, for example guarding guava version.

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 a pull request may close this issue.

2 participants