Skip to content

Commit 55153d8

Browse files
build(deps): Bump the all-gradle group across 1 directory with 12 updates (#911)
Bumps the all-gradle group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | androidx.navigation:navigation-fragment-ktx | `2.9.4` | `2.9.5` | | androidx.navigation:navigation-ui-ktx | `2.9.4` | `2.9.5` | | androidx.navigation:navigation-testing | `2.9.4` | `2.9.5` | | androidx.work:work-runtime-ktx | `2.10.4` | `2.10.5` | | androidx.compose.runtime:runtime-android | `1.9.1` | `1.9.2` | | androidx.compose.material:material | `1.9.1` | `1.9.2` | | androidx.compose.animation:animation | `1.9.1` | `1.9.2` | | androidx.compose.ui:ui | `1.9.1` | `1.9.2` | | androidx.compose.foundation:foundation | `1.9.1` | `1.9.2` | | androidx.compose.ui:ui-tooling | `1.9.1` | `1.9.2` | | androidx.compose.ui:ui-test-junit4 | `1.9.1` | `1.9.2` | | androidx.compose.ui:ui-test-manifest | `1.9.1` | `1.9.2` | Updates `androidx.navigation:navigation-fragment-ktx` from 2.9.4 to 2.9.5 Updates `androidx.navigation:navigation-ui-ktx` from 2.9.4 to 2.9.5 Updates `androidx.navigation:navigation-testing` from 2.9.4 to 2.9.5 Updates `androidx.work:work-runtime-ktx` from 2.10.4 to 2.10.5 Updates `androidx.compose.runtime:runtime-android` from 1.9.1 to 1.9.2 Updates `androidx.compose.material:material` from 1.9.1 to 1.9.2 Updates `androidx.compose.animation:animation` from 1.9.1 to 1.9.2 Updates `androidx.compose.ui:ui` from 1.9.1 to 1.9.2 Updates `androidx.compose.foundation:foundation` from 1.9.1 to 1.9.2 Updates `androidx.compose.ui:ui-tooling` from 1.9.1 to 1.9.2 Updates `androidx.compose.ui:ui-test-junit4` from 1.9.1 to 1.9.2 Updates `androidx.compose.ui:ui-test-manifest` from 1.9.1 to 1.9.2 --- updated-dependencies: - dependency-name: androidx.navigation:navigation-fragment-ktx dependency-version: 2.9.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.navigation:navigation-ui-ktx dependency-version: 2.9.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.navigation:navigation-testing dependency-version: 2.9.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.work:work-runtime-ktx dependency-version: 2.10.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.compose.runtime:runtime-android dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.compose.material:material dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.compose.animation:animation dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.compose.ui:ui dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.compose.foundation:foundation dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.compose.ui:ui-tooling dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.compose.ui:ui-test-junit4 dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.compose.ui:ui-test-manifest dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2551b4b commit 55153d8

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

gradle/libs.versions.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@ lifecycle-extensions = "2.2.0"
1818
lifecycle-viewmodel-ktx = "2.9.4"
1919

2020
# Navigation
21-
navigation-fragment-ktx = "2.9.4"
22-
navigation-ui-ktx = "2.9.4"
23-
navigation-testing = "2.9.4"
21+
navigation-fragment-ktx = "2.9.5"
22+
navigation-ui-ktx = "2.9.5"
23+
navigation-testing = "2.9.5"
2424

2525
# Work Manager
26-
work-runtime-ktx = "2.10.4"
26+
work-runtime-ktx = "2.10.5"
2727

2828
# ConstraintLayout
2929
constraintlayout = "2.2.1"
3030
constraintlayout-compose = "1.1.1"
3131

3232
# Compose Versions
3333
activity-compose = "1.11.0"
34-
compose-android = "1.9.1"
35-
compose-material = "1.9.1"
36-
compose-animation = "1.9.1"
37-
compose-ui = "1.9.1"
38-
compose-foundation = "1.9.1"
39-
compose-ui-tooling = "1.9.1"
34+
compose-android = "1.9.2"
35+
compose-material = "1.9.2"
36+
compose-animation = "1.9.2"
37+
compose-ui = "1.9.2"
38+
compose-foundation = "1.9.2"
39+
compose-ui-tooling = "1.9.2"
4040

4141
# Other Libraries
4242
commons-text = "1.14.0"
@@ -48,8 +48,8 @@ test-core-ktx = "1.7.0"
4848
test-runner = "1.7.0"
4949
test-rules = "1.7.0"
5050
fragment-testing = "1.8.9"
51-
ui-test-junit4 = "1.9.1"
52-
ui-test-manifest = "1.9.1"
51+
ui-test-junit4 = "1.9.2"
52+
ui-test-manifest = "1.9.2"
5353
activity = "1.11.0"
5454

5555
# Database

0 commit comments

Comments
 (0)