fix(deps): update dependency androidx.core:core to v1.19.0 - #1419
fix(deps): update dependency androidx.core:core to v1.19.0#1419renovate[bot] wants to merge 1 commit into
Conversation
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
### Fixes
- update dependency androidx.core:core to v1.19.0 ([#1419](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1419))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 788a9a9. Configure here.
|
|
||
| # test | ||
| androidxCore = { group = "androidx.core", name = "core", version = "1.15.0" } | ||
| androidxCore = { group = "androidx.core", name = "core", version = "1.19.0" } |
There was a problem hiding this comment.
Stale lock after version bump
High Severity
androidxCore was bumped to 1.19.0 in the version catalog, but plugin-build/gradle.lockfile still pins androidx.core:core:1.15.0 and plugin-build/gradle/verification-metadata.xml still only lists checksums for 1.15.0. With STRICT dependency locking and SHA-256 verification, resolving testImplementationAar will fail until both files are regenerated.
Reviewed by Cursor Bugbot for commit 788a9a9. Configure here.


This PR contains the following updates:
1.15.0→1.19.0Warning
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.