You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
build(deps): bump the maven group across 1 directory with 5 updates (#322)
Bumps the maven group with 5 updates in the /manager directory: | Package | From | To | | --- | --- | --- | | androidx.compose:compose-bom | `2025.03.01` | `2025.04.00` | | [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.10.1` | `1.10.2` | | com.android.application | `8.9.1` | `8.9.2` | | com.android.library | `8.9.1` | `8.9.2` | | [com.google.devtools.ksp](https://github.com/google/ksp) | `2.1.20-1.0.32` | `2.1.20-2.0.0` | Updates `androidx.compose:compose-bom` from 2025.03.01 to 2025.04.00 Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.10.1 to 1.10.2 - [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.10.1...1.10.2) Updates `com.android.application` from 8.9.1 to 8.9.2 Updates `com.android.library` from 8.9.1 to 8.9.2 Updates `com.android.library` from 8.9.1 to 8.9.2 Updates `com.google.devtools.ksp` from 2.1.20-1.0.32 to 2.1.20-2.0.0 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.1.20-1.0.32...2.1.20-2.0.0) --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-version: 2025.04.00 dependency-type: direct:production dependency-group: maven - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.android.application dependency-version: 8.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.android.library dependency-version: 8.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.android.library dependency-version: 8.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.google.devtools.ksp dependency-version: 2.1.20-2.0.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
[versions]
|
||||
agp = "8.9.1"
|
||||
agp = "8.9.2"
|
||||
kotlin = "2.1.20"
|
||||
ksp = "2.1.20-1.0.32"
|
||||
compose-bom = "2025.03.01"
|
||||
ksp = "2.1.20-2.0.1"
|
||||
compose-bom = "2025.04.01"
|
||||
lifecycle = "2.8.7"
|
||||
navigation = "2.8.9"
|
||||
activity-compose = "1.10.1"
|
||||
kotlinx-coroutines = "1.10.1"
|
||||
kotlinx-coroutines = "1.10.2"
|
||||
coil-compose = "2.7.0"
|
||||
compose-destination = "2.1.0"
|
||||
sheets-compose-dialogs = "1.3.0"
|
||||
|
||||
Reference in New Issue
Block a user