fix(deps): update dependency androidx.compose.foundation:foundation to v1.11.3#1330
fix(deps): update dependency androidx.compose.foundation:foundation to v1.11.3#1330renovate[bot] wants to merge 1 commit into
Conversation
|
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
### Fixes
- update dependency androidx.compose.foundation:foundation to v1.11.3 ([#1330](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1330))If none of the above apply, you can opt out of this check by adding |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit b60402c. Configure here.
| sample-androidx-composeNavigation = "androidx.navigation:navigation-compose:2.5.2" | ||
| sample-androidx-composeActivity = "androidx.activity:activity-compose:1.4.0" | ||
| sample-androidx-composeFoundation = "androidx.compose.foundation:foundation:1.5.4" | ||
| sample-androidx-composeFoundation = "androidx.compose.foundation:foundation:1.11.3" |
There was a problem hiding this comment.
Compose library version mismatch
Medium Severity
This commit pins sample-androidx-composeFoundation to 1.11.3 while sample-androidx-composeRuntime and sample-androidx-composeFoundationLayout stay on 1.5.4. The instrumentation sample pulls all three explicitly and does not use a Compose BOM, so the classpath can mix incompatible Compose artifacts and break the sample build or runtime.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit b60402c. Configure here.


This PR contains the following updates:
1.5.4→1.11.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.