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

Leverage boms for transient core deps #652

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

breedx-splk
Copy link
Contributor

See this as an example of renovate updating the core lib versions before the instrumentation versions are updated: #630 (comment)

This opens a window during which our instrumentation dep could be misaligned with our core dep. This change now forces the use of boms at the instrumentation level in order to determine which versions of the core libs to use.

Because we no longer explicitly declare which version of the core libs (api/sdk) we use in the libs.versions.toml file, we have to grep for it at release time via ./gradlew android-agent:dependencies.

@breedx-splk breedx-splk requested a review from a team as a code owner October 22, 2024 21:39
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