From 0fe72a8110c8d0b79edcacdf88bfab47125a919b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 12:58:57 +0800 Subject: [PATCH] build(deps): bump the maven group across 1 directory with 7 updates (#2629) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the maven group with 7 updates in the /manager directory: | Package | From | To | | --- | --- | --- | | androidx.compose:compose-bom | `2025.05.01` | `2025.06.00` | | androidx.lifecycle:lifecycle-runtime-ktx | `2.9.0` | `2.9.1` | | androidx.lifecycle:lifecycle-runtime-compose | `2.9.0` | `2.9.1` | | androidx.lifecycle:lifecycle-viewmodel-compose | `2.9.0` | `2.9.1` | | androidx.webkit:webkit | `1.13.0` | `1.14.0` | | [org.lsposed.libcxx:libcxx](https://github.com/LSPosed/prefab-libcxx) | `27.0.12077973` | `28.1.13356709` | | [com.google.devtools.ksp](https://github.com/google/ksp) | `2.1.21-2.0.1` | `2.1.21-2.0.2` | Updates `androidx.compose:compose-bom` from 2025.05.01 to 2025.06.00 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.9.0 to 2.9.1 Updates `androidx.lifecycle:lifecycle-runtime-compose` from 2.9.0 to 2.9.1 Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.9.0 to 2.9.1 Updates `androidx.lifecycle:lifecycle-runtime-compose` from 2.9.0 to 2.9.1 Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.9.0 to 2.9.1 Updates `androidx.webkit:webkit` from 1.13.0 to 1.14.0 Updates `org.lsposed.libcxx:libcxx` from 27.0.12077973 to 28.1.13356709
Commits

Updates `com.google.devtools.ksp` from 2.1.21-2.0.1 to 2.1.21-2.0.2
Release notes

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

2.1.21-2.0.2

What's Changed

KSP1: use new mangling scheme for inline classes #2446 KSP task (non-)registration happens too soon #1789 [ksp2] Resolver.getJvmName wrong for properties starts with is #2275 Inlined JVM name is not correct #1493 [KSP2] Annotation values of inner annotations shouldn't be marked as default #2437 Properly support @​all annotation use site target #2438

Contributors

Thanks to everyone who reported bugs and participated in discussions!

Full Changelog: https://github.com/google/ksp/compare/2.1.21-2.0.1...2.1.21-2.0.2

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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manager/gradle/libs.versions.toml b/manager/gradle/libs.versions.toml index 4448518e..12a0c142 100644 --- a/manager/gradle/libs.versions.toml +++ b/manager/gradle/libs.versions.toml @@ -1,9 +1,9 @@ [versions] agp = "8.10.1" kotlin = "2.1.21" -ksp = "2.1.21-2.0.1" -compose-bom = "2025.05.01" -lifecycle = "2.9.0" +ksp = "2.1.21-2.0.2" +compose-bom = "2025.06.00" +lifecycle = "2.9.1" navigation = "2.9.0" activity-compose = "1.10.1" kotlinx-coroutines = "1.10.2" @@ -11,7 +11,7 @@ coil-compose = "2.7.0" compose-destination = "2.2.0" sheets-compose-dialogs = "1.3.0" markdown = "4.6.2" -webkit = "1.13.0" +webkit = "1.14.0" appiconloader-coil = "1.5.0" parcelablelist = "2.0.1" libsu = "6.0.0" @@ -71,4 +71,4 @@ sheet-compose-dialogs-input = { group = "com.maxkeppeler.sheets-compose-dialogs" markdown = { group = "io.noties.markwon", name = "core", version.ref = "markdown" } -lsposed-cxx = { module = "org.lsposed.libcxx:libcxx", version = "27.0.12077973" } \ No newline at end of file +lsposed-cxx = { module = "org.lsposed.libcxx:libcxx", version = "28.1.13356709" } \ No newline at end of file