From 166f2d025eb7e4b7e54a1e7a70d61ae3702ae1b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 19:12:35 +0000 Subject: [PATCH] build(deps): bump the maven-dependencies group across 1 directory with 5 updates Bumps the maven-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | androidx.compose:compose-bom | `2025.01.00` | `2025.01.01` | | androidx.compose.material3:material3 | `1.4.0-alpha06` | `1.4.0-alpha07` | | [io.github.raamcosta.compose-destinations:core](https://github.com/raamcosta/compose-destinations) | `2.1.0-beta15` | `2.1.0-beta16` | | [io.github.raamcosta.compose-destinations:ksp](https://github.com/raamcosta/compose-destinations) | `2.1.0-beta15` | `2.1.0-beta16` | | [com.google.devtools.ksp](https://github.com/google/ksp) | `2.1.0-1.0.29` | `2.1.10-1.0.29` | Updates `androidx.compose:compose-bom` from 2025.01.00 to 2025.01.01 Updates `androidx.compose.material3:material3` from 1.4.0-alpha06 to 1.4.0-alpha07 Updates `io.github.raamcosta.compose-destinations:core` from 2.1.0-beta15 to 2.1.0-beta16 - [Release notes](https://github.com/raamcosta/compose-destinations/releases) - [Commits](https://github.com/raamcosta/compose-destinations/compare/2.1.0-beta15...2.1.0-beta16) Updates `io.github.raamcosta.compose-destinations:ksp` from 2.1.0-beta15 to 2.1.0-beta16 - [Release notes](https://github.com/raamcosta/compose-destinations/releases) - [Commits](https://github.com/raamcosta/compose-destinations/compare/2.1.0-beta15...2.1.0-beta16) Updates `io.github.raamcosta.compose-destinations:ksp` from 2.1.0-beta15 to 2.1.0-beta16 - [Release notes](https://github.com/raamcosta/compose-destinations/releases) - [Commits](https://github.com/raamcosta/compose-destinations/compare/2.1.0-beta15...2.1.0-beta16) Updates `com.google.devtools.ksp` from 2.1.0-1.0.29 to 2.1.10-1.0.29 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.1.0-1.0.29...2.1.10-1.0.29) --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-type: direct:production 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: io.github.raamcosta.compose-destinations:core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: io.github.raamcosta.compose-destinations:ksp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: io.github.raamcosta.compose-destinations:ksp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9750cf5a0..45753b074 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,10 +1,10 @@ [versions] agp = "8.8.0" kotlin = "2.1.10" -ksp = "2.1.0-1.0.29" -compose-bom = "2025.01.00" +ksp = "2.1.10-1.0.29" +compose-bom = "2025.01.01" lifecycle = "2.8.7" -compose-destination = "2.1.0-beta15" +compose-destination = "2.1.0-beta16" libsu = "6.0.0" sheets-compose-dialogs = "1.3.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-alpha06" } # 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-alpha07" } # 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" }