From b992e2d7d1cd426c46a991d9b64f3e6782ee24b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 12:13:59 +0000 Subject: [PATCH] build(deps): bump the androidx-runtime group across 1 directory with 7 updates Bumps the androidx-runtime group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | androidx.core:core-ktx | `1.18.0` | `1.19.0` | | androidx.lifecycle:lifecycle-runtime-ktx | `2.10.0` | `2.11.0` | | androidx.lifecycle:lifecycle-livedata-ktx | `2.10.0` | `2.11.0` | | androidx.compose:compose-bom | `2026.05.01` | `2026.06.01` | | androidx.hilt:hilt-navigation-compose | `1.3.0` | `1.4.0` | Updates `androidx.core:core-ktx` from 1.18.0 to 1.19.0 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.10.0 to 2.11.0 Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.10.0 to 2.11.0 Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.10.0 to 2.11.0 Updates `androidx.compose:compose-bom` from 2026.05.01 to 2026.06.01 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 --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-version: 2026.06.01 dependency-type: direct:production dependency-group: androidx-runtime - dependency-name: androidx.core:core-ktx dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx-runtime - dependency-name: androidx.hilt:hilt-compiler dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx-runtime - dependency-name: androidx.hilt:hilt-navigation-compose dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx-runtime - dependency-name: androidx.hilt:hilt-work dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx-runtime - dependency-name: androidx.lifecycle:lifecycle-livedata-ktx dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx-runtime - dependency-name: androidx.lifecycle:lifecycle-livedata-ktx dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx-runtime - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx-runtime ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 90b1d22..187119a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,11 +3,11 @@ agp = "9.2.1" kotlin = "2.3.21" ksp = "2.3.2" -core-ktx = "1.18.0" -lifecycle = "2.10.0" +core-ktx = "1.19.0" +lifecycle = "2.11.0" activity-compose = "1.13.0" livedata-compose = "1.11.2" -compose-bom = "2026.05.01" +compose-bom = "2026.06.01" navigation = "2.9.8" cameraX = "1.6.1" retrofit = "3.0.0" @@ -79,9 +79,9 @@ androidx-compose-foundation = { group = "androidx.compose.foundation", name = "f guava = { module = "com.google.guava:guava", version.ref = "guava" } hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" } hilt-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "hilt" } -hilt-navigation-compose = { group = "androidx.hilt", name = "hilt-navigation-compose", version = "1.3.0" } -androidx-hilt-work = { group = "androidx.hilt", name = "hilt-work", version = "1.3.0" } -androidx-hilt-compiler = { group = "androidx.hilt", name = "hilt-compiler", version = "1.3.0" } +hilt-navigation-compose = { group = "androidx.hilt", name = "hilt-navigation-compose", version = "1.4.0" } +androidx-hilt-work = { group = "androidx.hilt", name = "hilt-work", version = "1.4.0" } +androidx-hilt-compiler = { group = "androidx.hilt", name = "hilt-compiler", version = "1.4.0" } [plugins]