Skip to content

chore(deps): bump the compose group with 4 updates#5389

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/compose-c52c35b221
Open

chore(deps): bump the compose group with 4 updates#5389
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/compose-c52c35b221

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 8, 2026

Bumps the compose group with 4 updates: androidx.compose.foundation:foundation, androidx.compose.foundation:foundation-layout, androidx.compose.ui:ui and androidx.compose.ui:ui-test-junit4.

Updates androidx.compose.foundation:foundation from 1.6.3 to 1.11.1

Updates androidx.compose.foundation:foundation-layout from 1.6.3 to 1.11.1

Updates androidx.compose.ui:ui from 1.6.3 to 1.11.1

Updates androidx.compose.foundation:foundation-layout from 1.6.3 to 1.11.1

Updates androidx.compose.ui:ui from 1.6.3 to 1.11.1

Updates androidx.compose.ui:ui-test-junit4 from 1.9.5 to 1.11.1

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the compose group with 4 updates: androidx.compose.foundation:foundation, androidx.compose.foundation:foundation-layout, androidx.compose.ui:ui and androidx.compose.ui:ui-test-junit4.


Updates `androidx.compose.foundation:foundation` from 1.6.3 to 1.11.1

Updates `androidx.compose.foundation:foundation-layout` from 1.6.3 to 1.11.1

Updates `androidx.compose.ui:ui` from 1.6.3 to 1.11.1

Updates `androidx.compose.foundation:foundation-layout` from 1.6.3 to 1.11.1

Updates `androidx.compose.ui:ui` from 1.6.3 to 1.11.1

Updates `androidx.compose.ui:ui-test-junit4` from 1.9.5 to 1.11.1

---
updated-dependencies:
- dependency-name: androidx.compose.foundation:foundation
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: compose
- dependency-name: androidx.compose.foundation:foundation-layout
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: compose
- dependency-name: androidx.compose.ui:ui
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: compose
- dependency-name: androidx.compose.foundation:foundation-layout
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: compose
- dependency-name: androidx.compose.ui:ui
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: compose
- dependency-name: androidx.compose.ui:ui-test-junit4
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: compose
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file Java SDK labels May 8, 2026
@dependabot dependabot Bot requested a review from adinauer as a code owner May 8, 2026 12:19
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 8, 2026
@dependabot dependabot Bot added the Java SDK label May 8, 2026
@dependabot dependabot Bot requested a review from 0xadam-brown as a code owner May 8, 2026 12:19
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 3676d3c. Configure here.

Comment thread gradle/libs.versions.toml
androidx-compose-ui = { module = "androidx.compose.ui:ui", version.ref = "androidxCompose" }
# Note: don't change without testing forwards compatibility
androidx-compose-ui-replay = { module = "androidx.compose.ui:ui", version = "1.10.2" }
androidx-compose-ui-replay = { module = "androidx.compose.ui:ui", version = "1.11.1" }
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replay forward compatibility version gap collapsed by bump

Medium Severity

The androidx-compose-ui-replay dependency was intentionally pinned at a higher version than androidxCompose (previously 1.10.2 vs 1.6.3) to verify forwards compatibility, as the comment on line 87 warns. Dependabot bumped both to 1.11.1, collapsing this deliberate version gap. The sentry-android-replay module uses this as a compileOnly dependency while tests run against the main androidxCompose version — having them identical eliminates the forwards-compatibility validation the setup was designed to provide.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 3676d3c. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file Java SDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants