Skip to content

chore(deps): bump the gradle-dependencies group across 1 directory with 22 updates#52

Merged
daedaevibin merged 1 commit into
masterfrom
dependabot/gradle/gradle-dependencies-4d6eccb9da
Jul 5, 2026
Merged

chore(deps): bump the gradle-dependencies group across 1 directory with 22 updates#52
daedaevibin merged 1 commit into
masterfrom
dependabot/gradle/gradle-dependencies-4d6eccb9da

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown

Bumps the gradle-dependencies group with 22 updates in the / directory:

Package From To
androidx.compose.ui:ui-text-google-fonts 1.11.3 1.11.4
androidx.compose.ui:ui 1.11.3 1.11.4
androidx.compose.ui:ui-graphics 1.11.3 1.11.4
androidx.compose.ui:ui-tooling 1.11.3 1.11.4
androidx.compose.ui:ui-tooling-preview 1.11.3 1.11.4
androidx.compose.ui:ui-test-manifest 1.11.3 1.11.4
androidx.compose.ui:ui-test-junit4 1.11.3 1.11.4
androidx.compose.animation:animation 1.11.3 1.11.4
androidx.compose.foundation:foundation 1.11.3 1.11.4
androidx.glance:glance 1.3.0-alpha01 1.3.0-alpha02
androidx.glance:glance-appwidget 1.3.0-alpha01 1.3.0-alpha02
androidx.glance:glance-material3 1.3.0-alpha01 1.3.0-alpha02
androidx.hilt:hilt-lifecycle-viewmodel-compose 1.3.0 1.4.0
androidx.hilt:hilt-navigation-compose 1.3.0 1.4.0
androidx.hilt:hilt-work 1.3.0 1.4.0
androidx.hilt:hilt-compiler 1.3.0 1.4.0
androidx.compose:compose-bom 2026.06.00 2026.06.01
org.jetbrains.kotlinx:kotlinx-collections-immutable 0.5.0 0.5.1
androidx.compose.material3:material3 1.5.0-alpha22 1.5.0-alpha23
org.checkerframework:checker-qual 4.2.0 4.2.1
androidx.test.uiautomator:uiautomator 2.3.0 2.4.0
androidx.baselineprofile 1.5.0-alpha06 1.5.0-alpha07

Updates androidx.compose.ui:ui-text-google-fonts from 1.11.3 to 1.11.4

Updates androidx.compose.ui:ui from 1.11.3 to 1.11.4

Updates androidx.compose.ui:ui-graphics from 1.11.3 to 1.11.4

Updates androidx.compose.ui:ui-tooling from 1.11.3 to 1.11.4

Updates androidx.compose.ui:ui-tooling-preview from 1.11.3 to 1.11.4

Updates androidx.compose.ui:ui-test-manifest from 1.11.3 to 1.11.4

Updates androidx.compose.ui:ui-test-junit4 from 1.11.3 to 1.11.4

Updates androidx.compose.animation:animation from 1.11.3 to 1.11.4

Updates androidx.compose.foundation:foundation from 1.11.3 to 1.11.4

Updates androidx.glance:glance from 1.3.0-alpha01 to 1.3.0-alpha02

Updates androidx.glance:glance-appwidget from 1.3.0-alpha01 to 1.3.0-alpha02

Updates androidx.glance:glance-material3 from 1.3.0-alpha01 to 1.3.0-alpha02

Updates androidx.glance:glance-appwidget from 1.3.0-alpha01 to 1.3.0-alpha02

Updates androidx.glance:glance-material3 from 1.3.0-alpha01 to 1.3.0-alpha02

Updates androidx.hilt:hilt-lifecycle-viewmodel-compose from 1.3.0 to 1.4.0

Updates androidx.hilt:hilt-navigation-compose from 1.3.0 to 1.4.0

Updates androidx.hilt:hilt-work from 1.3.0 to 1.4.0

Updates androidx.hilt:hilt-compiler from 1.3.0 to 1.4.0

Updates androidx.hilt:hilt-navigation-compose from 1.3.0 to 1.4.0

Updates androidx.hilt:hilt-work from 1.3.0 to 1.4.0

Updates androidx.hilt:hilt-compiler from 1.3.0 to 1.4.0

Updates androidx.compose:compose-bom from 2026.06.00 to 2026.06.01

Updates androidx.compose.ui:ui from 1.11.3 to 1.11.4

Updates androidx.compose.ui:ui-graphics from 1.11.3 to 1.11.4

Updates androidx.compose.ui:ui-tooling from 1.11.3 to 1.11.4

Updates androidx.compose.ui:ui-tooling-preview from 1.11.3 to 1.11.4

Updates androidx.compose.ui:ui-test-manifest from 1.11.3 to 1.11.4

Updates androidx.compose.ui:ui-test-junit4 from 1.11.3 to 1.11.4

Updates org.jetbrains.kotlinx:kotlinx-collections-immutable from 0.5.0 to 0.5.1

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-collections-immutable's releases.

v0.5.1

  • Fixed PersistentOrderedMapBuilder returning a previously built map from build() after updating an entry value through MutableMap.MutableEntry.setValue #253, #274
  • Fixed an assertion failure in PersistentOrderedSetBuilder.build() after interleaved build and remove/removeAll calls #251
  • Provided a JPMS module descriptor for the JVM artifact — module kotlinx.collections.immutable compiled into META-INF/versions/9, the artifact stays Java 8-compatible #268

Full changelog: Kotlin/kotlinx.collections.immutable@v0.5.0...v0.5.1

Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-collections-immutable's changelog.

0.5.1

  • Fixed PersistentOrderedMapBuilder returning a previously built map from build() after updating an entry value through MutableMap.MutableEntry.setValue #253, #274
  • Fixed an assertion failure in PersistentOrderedSetBuilder.build() after interleaved build and remove/removeAll calls #251
  • Provided a JPMS module descriptor for the JVM artifact — module kotlinx.collections.immutable compiled into META-INF/versions/9, the artifact stays Java 8-compatible #268
Commits
  • ad741d1 Release v0.5.1
  • cb4cf67 Applied artifacts validator plugin (#271)
  • e9ca796 Restore the direct links write in the ordered map builder entry (#274)
  • 6822eed Fix the pull request exclusion in the VCS trigger branch filter (#276)
  • 8201f28 Surface pull request branches on CI for manually started builds (#273)
  • f3dec4f Fix ordered set builder cache after removeAll (#251)
  • 96bf012 Provide a JPMS module descriptor for the JVM artifact (#268)
  • 81382a1 Migrate ABI validation to the Kotlin Gradle plugin (#264)
  • 694d34b Invalidate ordered map builder after entry value updates (#253)
  • 1d6fda3 Fix the method-rename examples in the 0.5.0 changelog entry (#266)
  • See full diff in compare view

Updates androidx.compose.material3:material3 from 1.5.0-alpha22 to 1.5.0-alpha23

Updates org.checkerframework:checker-qual from 4.2.0 to 4.2.1

Release notes

Sourced from org.checkerframework:checker-qual's releases.

Checker Framework 4.2.1

Version 4.2.1 (2026-07-01)

Closed issues

#7726.

Changelog

Sourced from org.checkerframework:checker-qual's changelog.

Version 4.2.1 (2026-07-01)

Closed issues

#7726.

Commits

Updates androidx.test.uiautomator:uiautomator from 2.3.0 to 2.4.0

Updates androidx.baselineprofile from 1.5.0-alpha06 to 1.5.0-alpha07

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

…th 22 updates

Bumps the gradle-dependencies group with 22 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| androidx.compose.ui:ui-text-google-fonts | `1.11.3` | `1.11.4` |
| androidx.compose.ui:ui | `1.11.3` | `1.11.4` |
| androidx.compose.ui:ui-graphics | `1.11.3` | `1.11.4` |
| androidx.compose.ui:ui-tooling | `1.11.3` | `1.11.4` |
| androidx.compose.ui:ui-tooling-preview | `1.11.3` | `1.11.4` |
| androidx.compose.ui:ui-test-manifest | `1.11.3` | `1.11.4` |
| androidx.compose.ui:ui-test-junit4 | `1.11.3` | `1.11.4` |
| androidx.compose.animation:animation | `1.11.3` | `1.11.4` |
| androidx.compose.foundation:foundation | `1.11.3` | `1.11.4` |
| androidx.glance:glance | `1.3.0-alpha01` | `1.3.0-alpha02` |
| androidx.glance:glance-appwidget | `1.3.0-alpha01` | `1.3.0-alpha02` |
| androidx.glance:glance-material3 | `1.3.0-alpha01` | `1.3.0-alpha02` |
| androidx.hilt:hilt-lifecycle-viewmodel-compose | `1.3.0` | `1.4.0` |
| androidx.hilt:hilt-navigation-compose | `1.3.0` | `1.4.0` |
| androidx.hilt:hilt-work | `1.3.0` | `1.4.0` |
| androidx.hilt:hilt-compiler | `1.3.0` | `1.4.0` |
| androidx.compose:compose-bom | `2026.06.00` | `2026.06.01` |
| [org.jetbrains.kotlinx:kotlinx-collections-immutable](https://github.com/Kotlin/kotlinx.collections.immutable) | `0.5.0` | `0.5.1` |
| androidx.compose.material3:material3 | `1.5.0-alpha22` | `1.5.0-alpha23` |
| [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) | `4.2.0` | `4.2.1` |
| androidx.test.uiautomator:uiautomator | `2.3.0` | `2.4.0` |
| androidx.baselineprofile | `1.5.0-alpha06` | `1.5.0-alpha07` |



Updates `androidx.compose.ui:ui-text-google-fonts` from 1.11.3 to 1.11.4

Updates `androidx.compose.ui:ui` from 1.11.3 to 1.11.4

Updates `androidx.compose.ui:ui-graphics` from 1.11.3 to 1.11.4

Updates `androidx.compose.ui:ui-tooling` from 1.11.3 to 1.11.4

Updates `androidx.compose.ui:ui-tooling-preview` from 1.11.3 to 1.11.4

Updates `androidx.compose.ui:ui-test-manifest` from 1.11.3 to 1.11.4

Updates `androidx.compose.ui:ui-test-junit4` from 1.11.3 to 1.11.4

Updates `androidx.compose.animation:animation` from 1.11.3 to 1.11.4

Updates `androidx.compose.foundation:foundation` from 1.11.3 to 1.11.4

Updates `androidx.glance:glance` from 1.3.0-alpha01 to 1.3.0-alpha02

Updates `androidx.glance:glance-appwidget` from 1.3.0-alpha01 to 1.3.0-alpha02

Updates `androidx.glance:glance-material3` from 1.3.0-alpha01 to 1.3.0-alpha02

Updates `androidx.glance:glance-appwidget` from 1.3.0-alpha01 to 1.3.0-alpha02

Updates `androidx.glance:glance-material3` from 1.3.0-alpha01 to 1.3.0-alpha02

Updates `androidx.hilt:hilt-lifecycle-viewmodel-compose` from 1.3.0 to 1.4.0

Updates `androidx.hilt:hilt-navigation-compose` from 1.3.0 to 1.4.0

Updates `androidx.hilt:hilt-work` from 1.3.0 to 1.4.0

Updates `androidx.hilt:hilt-compiler` from 1.3.0 to 1.4.0

Updates `androidx.hilt:hilt-navigation-compose` from 1.3.0 to 1.4.0

Updates `androidx.hilt:hilt-work` from 1.3.0 to 1.4.0

Updates `androidx.hilt:hilt-compiler` from 1.3.0 to 1.4.0

Updates `androidx.compose:compose-bom` from 2026.06.00 to 2026.06.01

Updates `androidx.compose.ui:ui` from 1.11.3 to 1.11.4

Updates `androidx.compose.ui:ui-graphics` from 1.11.3 to 1.11.4

Updates `androidx.compose.ui:ui-tooling` from 1.11.3 to 1.11.4

Updates `androidx.compose.ui:ui-tooling-preview` from 1.11.3 to 1.11.4

Updates `androidx.compose.ui:ui-test-manifest` from 1.11.3 to 1.11.4

Updates `androidx.compose.ui:ui-test-junit4` from 1.11.3 to 1.11.4

Updates `org.jetbrains.kotlinx:kotlinx-collections-immutable` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/Kotlin/kotlinx.collections.immutable/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.collections.immutable/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.collections.immutable@v0.5.0...v0.5.1)

Updates `androidx.compose.material3:material3` from 1.5.0-alpha22 to 1.5.0-alpha23

Updates `org.checkerframework:checker-qual` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/typetools/checker-framework/releases)
- [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md)
- [Commits](typetools/checker-framework@checker-framework-4.2.0...checker-framework-4.2.1)

Updates `androidx.test.uiautomator:uiautomator` from 2.3.0 to 2.4.0

Updates `androidx.baselineprofile` from 1.5.0-alpha06 to 1.5.0-alpha07

---
updated-dependencies:
- dependency-name: androidx.compose.ui:ui-text-google-fonts
  dependency-version: 1.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: androidx.compose.ui:ui
  dependency-version: 1.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: androidx.compose.ui:ui-graphics
  dependency-version: 1.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-version: 1.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: androidx.compose.ui:ui-tooling-preview
  dependency-version: 1.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: androidx.compose.ui:ui-test-manifest
  dependency-version: 1.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: androidx.compose.ui:ui-test-junit4
  dependency-version: 1.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: androidx.compose.animation:animation
  dependency-version: 1.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: androidx.compose.foundation:foundation
  dependency-version: 1.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: androidx.glance:glance
  dependency-version: 1.3.0-alpha02
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: androidx.glance:glance-appwidget
  dependency-version: 1.3.0-alpha02
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: androidx.glance:glance-material3
  dependency-version: 1.3.0-alpha02
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: androidx.glance:glance-appwidget
  dependency-version: 1.3.0-alpha02
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: androidx.glance:glance-material3
  dependency-version: 1.3.0-alpha02
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: androidx.hilt:hilt-lifecycle-viewmodel-compose
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: androidx.hilt:hilt-navigation-compose
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: androidx.hilt:hilt-work
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: androidx.hilt:hilt-compiler
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: androidx.hilt:hilt-navigation-compose
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: androidx.hilt:hilt-work
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: androidx.hilt:hilt-compiler
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: androidx.compose:compose-bom
  dependency-version: 2026.06.01
  dependency-type: direct:production
  dependency-group: gradle-dependencies
- dependency-name: androidx.compose.ui:ui
  dependency-version: 1.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: androidx.compose.ui:ui-graphics
  dependency-version: 1.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-version: 1.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: androidx.compose.ui:ui-tooling-preview
  dependency-version: 1.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: androidx.compose.ui:ui-test-manifest
  dependency-version: 1.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: androidx.compose.ui:ui-test-junit4
  dependency-version: 1.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.jetbrains.kotlinx:kotlinx-collections-immutable
  dependency-version: 0.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: androidx.compose.material3:material3
  dependency-version: 1.5.0-alpha23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.checkerframework:checker-qual
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: androidx.test.uiautomator:uiautomator
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: androidx.baselineprofile
  dependency-version: 1.5.0-alpha07
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 2, 2026

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Devin Review found 2 potential issues.

Open in Devin Review

Comment thread gradle/libs.versions.toml
gson = "2.14.0"
hiltAndroid = "2.60"
hiltNavigationCompose = "1.3.0"
hiltNavigationCompose = "1.4.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚩 Shared version key used for potentially incompatible Hilt artifacts

The hiltNavigationCompose version key (now 1.4.0) is shared across four different androidx.hilt artifacts at gradle/libs.versions.toml:139-141 and gradle/libs.versions.toml:169: hilt-navigation-compose, hilt-lifecycle-viewmodel-compose, hilt-work, and hilt-compiler. The hilt-lifecycle-viewmodel-compose artifact was deprecated and merged into hilt-navigation-compose — its last published version was 1.0.0-alpha03. This means the dependency declaration at app/build.gradle.kts:228 and wear/build.gradle.kts:84 would fail to resolve. This is a pre-existing issue (it was already broken at version 1.3.0), but the version bump to 1.4.0 perpetuates it. Worth verifying whether Gradle is silently ignoring the resolution failure or if there's a resolution strategy not visible in the build files.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Comment thread gradle/libs.versions.toml
lifecycleRuntimeKtx = "2.11.0"
activityCompose = "1.13.0"
composeBom = "2026.06.00"
composeBom = "2026.06.01"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

📝 Info: Explicit Compose version pins override the BOM

The composeBom is bumped from 2026.06.00 to 2026.06.01, but individual Compose library versions (composeUi, animation, foundation, material3, composeMaterialIcons) are all pinned explicitly with version.ref in the library declarations (e.g., gradle/libs.versions.toml:179-184). Since explicit versions override BOM-managed versions, the BOM bump here only affects libraries that don't have an explicit version pin (like androidx-material3 at line 185 which has no version.ref). This dual approach is a pre-existing pattern but means the BOM and explicit versions could drift apart, potentially causing subtle incompatibilities between Compose artifacts.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@daedaevibin daedaevibin merged commit b6517b9 into master Jul 5, 2026
6 checks passed
@daedaevibin daedaevibin deleted the dependabot/gradle/gradle-dependencies-4d6eccb9da branch July 5, 2026 19:57
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 Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant