From 203cd4d7465484e74643d275f904902a5a6b90c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 21:26:19 +0800 Subject: [PATCH] build(deps): bump the maven group across 1 directory with 5 updates (#2485) Bumps the maven group with 5 updates in the /manager directory: | Package | From | To | | --- | --- | --- | | androidx.activity:activity-compose | `1.10.0` | `1.10.1` | | androidx.navigation:navigation-compose | `2.8.7` | `2.8.8` | | com.android.application | `8.8.1` | `8.8.2` | | com.android.library | `8.8.1` | `8.8.2` | | [com.google.devtools.ksp](https://github.com/google/ksp) | `2.1.10-1.0.30` | `2.1.10-1.0.31` | Updates `androidx.activity:activity-compose` from 1.10.0 to 1.10.1 Updates `androidx.navigation:navigation-compose` from 2.8.7 to 2.8.8 Updates `com.android.application` from 8.8.1 to 8.8.2 Updates `com.android.library` from 8.8.1 to 8.8.2 Updates `com.android.library` from 8.8.1 to 8.8.2 Updates `com.google.devtools.ksp` from 2.1.10-1.0.30 to 2.1.10-1.0.31
Release notes

Sourced from com.google.devtools.ksp's releases.

2.1.10-1.0.31

Bug Fixes

Commits

Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | com.google.devtools.ksp | [< 1.10, > 1.9.23-1.0.20] |
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- manager/gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manager/gradle/libs.versions.toml b/manager/gradle/libs.versions.toml index 4b49acfc..53171730 100644 --- a/manager/gradle/libs.versions.toml +++ b/manager/gradle/libs.versions.toml @@ -1,11 +1,11 @@ [versions] -agp = "8.8.1" +agp = "8.8.2" kotlin = "2.1.10" -ksp = "2.1.10-1.0.30" +ksp = "2.1.10-1.0.31" compose-bom = "2025.02.00" lifecycle = "2.8.7" -navigation = "2.8.7" -activity-compose = "1.10.0" +navigation = "2.8.8" +activity-compose = "1.10.1" kotlinx-coroutines = "1.10.1" coil-compose = "2.7.0" compose-destination = "2.1.0-beta16"