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 7 updates (#111)
Bumps the maven group with 7 updates in the /manager directory: | Package | From | To | | --- | --- | --- | | androidx.navigation:navigation-compose | `2.8.5` | `2.8.6` | | androidx.compose:compose-bom | `2025.01.00` | `2025.01.01` | | [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` | | [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.1.0` | `2.1.10` | | [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.1.0` | `2.1.10` | | [com.google.devtools.ksp](https://github.com/google/ksp) | `2.1.0-1.0.29` | `2.1.10-1.0.29` | Updates `androidx.navigation:navigation-compose` from 2.8.5 to 2.8.6 Updates `androidx.compose:compose-bom` from 2025.01.00 to 2025.01.01 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 `org.jetbrains.kotlin.android` from 2.1.0 to 2.1.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.0...v2.1.10) Updates `org.jetbrains.kotlin.plugin.compose` from 2.1.0 to 2.1.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.0...v2.1.10) Updates `org.jetbrains.kotlin.plugin.compose` from 2.1.0 to 2.1.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.0...v2.1.10) 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.navigation:navigation-compose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: androidx.compose:compose-bom dependency-type: direct:production dependency-group: maven - dependency-name: io.github.raamcosta.compose-destinations:core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: io.github.raamcosta.compose-destinations:ksp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: io.github.raamcosta.compose-destinations:ksp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.jetbrains.kotlin.android dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.google.devtools.ksp 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,14 +1,14 @@
|
||||
[versions]
|
||||
agp = "8.8.0"
|
||||
kotlin = "2.1.0"
|
||||
ksp = "2.1.0-1.0.29"
|
||||
compose-bom = "2025.01.00"
|
||||
kotlin = "2.1.10"
|
||||
ksp = "2.1.10-1.0.29"
|
||||
compose-bom = "2025.01.01"
|
||||
lifecycle = "2.8.7"
|
||||
navigation = "2.8.5"
|
||||
navigation = "2.8.6"
|
||||
activity-compose = "1.10.0"
|
||||
kotlinx-coroutines = "1.10.1"
|
||||
coil-compose = "2.7.0"
|
||||
compose-destination = "2.1.0-beta15"
|
||||
compose-destination = "2.1.0-beta16"
|
||||
sheets-compose-dialogs = "1.3.0"
|
||||
markdown = "4.6.2"
|
||||
webkit = "1.12.1"
|
||||
|
||||
Reference in New Issue
Block a user