Update Kotlin and KSP versions (#1776)

- Update Kotlin version to 2.2.21
- Update KSP version to 2.3.0
- Remove specific Kotlin and KSP dependencies from Dependabot ignore list
This commit is contained in:
Ricki Hirner
2025-10-26 10:20:57 +01:00
committed by GitHub
parent b0b99de56b
commit 76277dbfd5
2 changed files with 3 additions and 8 deletions

View File

@@ -21,11 +21,7 @@ updates:
app-dependencies: app-dependencies:
patterns: ["*"] patterns: ["*"]
ignore: ignore:
# kotlin and ksp must be aligned and should only be updated together and manually
- dependency-name: "org.jetbrains.kotlin:kotlin-stdlib"
- dependency-name: "org.jetbrains.kotlin.plugin.compose"
- dependency-name: "org.jetbrains.kotlin.android"
- dependency-name: "com.google.devtools.ksp"
# dependencies without semantic versioning # dependencies without semantic versioning
- dependency-name: "com.github.bitfireat:cert4android"
- dependency-name: "com.github.bitfireat:dav4jvm" - dependency-name: "com.github.bitfireat:dav4jvm"
- dependency-name: "com.github.bitfireat:synctools" - dependency-name: "com.github.bitfireat:synctools"

View File

@@ -28,10 +28,9 @@ glance = "1.1.1"
guava = "33.5.0-android" guava = "33.5.0-android"
hilt = "2.57.2" hilt = "2.57.2"
# keep in sync with ksp version # keep in sync with ksp version
kotlin = "2.2.20" kotlin = "2.2.21"
kotlinx-coroutines = "1.10.2" kotlinx-coroutines = "1.10.2"
# see https://github.com/google/ksp/releases for version numbers ksp = "2.3.0"
ksp = "2.2.20-2.0.3"
mikepenz-aboutLibraries = "13.1.0" mikepenz-aboutLibraries = "13.1.0"
mockk = "1.14.5" mockk = "1.14.5"
okhttp = "5.2.1" okhttp = "5.2.1"