Skip to content

Commit 52e4846

Browse files
build(deps): Bump the all-gradle group across 1 directory with 10 updates (#1030)
Bumps the all-gradle group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [gradle-wrapper](https://github.com/gradle/gradle) | `9.4.0` | `9.4.1` | | androidx.work:work-runtime-ktx | `2.11.1` | `2.11.2` | | androidx.compose.runtime:runtime-android | `1.10.5` | `1.10.6` | | androidx.compose.material:material | `1.10.5` | `1.10.6` | | androidx.compose.animation:animation | `1.10.5` | `1.10.6` | | androidx.compose.ui:ui | `1.10.5` | `1.10.6` | | androidx.compose.foundation:foundation | `1.10.5` | `1.10.6` | | androidx.compose.ui:ui-tooling | `1.10.5` | `1.10.6` | | androidx.compose.ui:ui-test-junit4 | `1.10.5` | `1.10.6` | | androidx.compose.ui:ui-test-manifest | `1.10.5` | `1.10.6` | Updates `gradle-wrapper` from 9.4.0 to 9.4.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v9.4.0...v9.4.1) Updates `androidx.work:work-runtime-ktx` from 2.11.1 to 2.11.2 Updates `androidx.compose.runtime:runtime-android` from 1.10.5 to 1.10.6 Updates `androidx.compose.material:material` from 1.10.5 to 1.10.6 Updates `androidx.compose.animation:animation` from 1.10.5 to 1.10.6 Updates `androidx.compose.ui:ui` from 1.10.5 to 1.10.6 Updates `androidx.compose.foundation:foundation` from 1.10.5 to 1.10.6 Updates `androidx.compose.ui:ui-tooling` from 1.10.5 to 1.10.6 Updates `androidx.compose.ui:ui-test-junit4` from 1.10.5 to 1.10.6 Updates `androidx.compose.ui:ui-test-manifest` from 1.10.5 to 1.10.6 --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.work:work-runtime-ktx dependency-version: 2.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.compose.runtime:runtime-android dependency-version: 1.10.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.compose.material:material dependency-version: 1.10.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.compose.animation:animation dependency-version: 1.10.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.compose.ui:ui dependency-version: 1.10.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.compose.foundation:foundation dependency-version: 1.10.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.compose.ui:ui-tooling dependency-version: 1.10.6 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.10.6 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.10.6 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 2c375e1 commit 52e4846

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ navigation-ui-ktx = "2.9.7"
2424
navigation-testing = "2.9.7"
2525

2626
# Work Manager
27-
work-runtime-ktx = "2.11.1"
27+
work-runtime-ktx = "2.11.2"
2828

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

3333
# Compose Versions
3434
activity-compose = "1.12.3"
35-
compose-android = "1.10.5"
36-
compose-material = "1.10.5"
37-
compose-animation = "1.10.5"
38-
compose-ui = "1.10.5"
39-
compose-foundation = "1.10.5"
40-
compose-ui-tooling = "1.10.5"
35+
compose-android = "1.10.6"
36+
compose-material = "1.10.6"
37+
compose-animation = "1.10.6"
38+
compose-ui = "1.10.6"
39+
compose-foundation = "1.10.6"
40+
compose-ui-tooling = "1.10.6"
4141

4242
# Other Libraries
4343
commons-text = "1.15.0"
@@ -49,8 +49,8 @@ test-core-ktx = "1.7.0"
4949
test-runner = "1.7.0"
5050
test-rules = "1.7.0"
5151
fragment-testing = "1.8.9"
52-
ui-test-junit4 = "1.10.5"
53-
ui-test-manifest = "1.10.5"
52+
ui-test-junit4 = "1.10.6"
53+
ui-test-manifest = "1.10.6"
5454
activity = "1.13.0"
5555

5656
# Database
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)