From 3e76114b9bcb86aa5658e45b8fdb7857c7578b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 19:12:32 +0000 Subject: [PATCH] build(deps): bump the maven-dependencies group across 1 directory with 3 updates Bumps the maven-dependencies group with 3 updates in the / directory: androidx.compose:compose-bom, androidx.compose.material3:material3 and [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines). Updates `androidx.compose:compose-bom` from 2024.11.00 to 2024.12.01 Updates `androidx.compose.material3:material3` from 1.4.0-alpha04 to 1.4.0-alpha05 Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.9.0 to 1.10.1 - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.9.0...1.10.1) --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: androidx.compose.material3:material3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b4587db2d..a293a3afa 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ agp = "8.7.3" kotlin = "2.1.0" ksp = "2.1.0-1.0.29" -compose-bom = "2024.11.00" +compose-bom = "2024.12.01" lifecycle = "2.8.7" compose-destination = "2.1.0-beta14" libsu = "6.0.0" @@ -27,7 +27,7 @@ androidx-webkit = { group = "androidx.webkit", name = "webkit", version = "1.12. androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" } androidx-compose-material-icons-extended = { group = "androidx.compose.material", name = "material-icons-extended" } androidx-compose-material = { group = "androidx.compose.material", name = "material" } -androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3", version = "1.4.0-alpha04" } # For material3 PullToRefresh, work around https://issuetracker.google.com/issues/359949836, remove the `version` when 1.4.0 released +androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3", version = "1.4.0-alpha05" } # For material3 PullToRefresh, work around https://issuetracker.google.com/issues/359949836, remove the `version` when 1.4.0 released androidx-compose-ui = { group = "androidx.compose.ui", name = "ui" } androidx-compose-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" } androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" } @@ -47,7 +47,7 @@ dev-rikka-rikkax-parcelablelist = { module = "dev.rikka.rikkax.parcelablelist:pa io-coil-kt-coil-compose = { group = "io.coil-kt", name = "coil-compose", version = "2.7.0" } -kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.9.0" } +kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.10.1" } me-zhanghai-android-appiconloader-coil = { group = "me.zhanghai.android.appiconloader", name = "appiconloader-coil", version = "1.5.0" }