fix(deps): update dependency androidx.room3:room3-runtime-android to v3.0.1 - #1363
fix(deps): update dependency androidx.room3:room3-runtime-android to v3.0.1#1363renovate[bot] wants to merge 1 commit into
Conversation
|
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
### Fixes
- update dependency androidx.room3:room3-runtime-android to v3.0.1 ([#1363](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1363))If none of the above apply, you can opt out of this check by adding |
1d6b0a5 to
a1aa86e
Compare
a1aa86e to
41365ec
Compare
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.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 41365ec. Configure here.
| mockitoKotlin = { group = "org.mockito.kotlin", name = "mockito-kotlin", version = "5.4.0" } | ||
| roomRuntimeAndroid = { group = "androidx.room", name = "room-runtime-android", version = "2.7.0" } | ||
| room3RuntimeAndroid = { group = "androidx.room3", name = "room3-runtime-android", version = "3.0.0-alpha06" } | ||
| room3RuntimeAndroid = { group = "androidx.room3", name = "room3-runtime-android", version = "3.0.1" } |
There was a problem hiding this comment.
Incomplete dependency lock regeneration
High Severity
Bumping room3RuntimeAndroid to 3.0.1 leaves plugin-build/gradle.lockfile and plugin-build/gradle/verification-metadata.xml pinned to 3.0.0-alpha06. With STRICT locking and SHA-256 verification, plugin-build resolution will reject the new version and fail CI until both files are regenerated.
Reviewed by Cursor Bugbot for commit 41365ec. Configure here.


This PR contains the following updates:
3.0.0-alpha06→3.0.1Warning
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.