Dependency Updates

This commit is contained in:
2025-08-31 18:24:41 -06:00
parent d10622c382
commit 2e163f8354
6 changed files with 44 additions and 81 deletions

View File

@@ -2,85 +2,85 @@
# https://maven.google.com/web/index.html?q=com.android.tools.build#com.android.tools.build:gradle
androidGradlePlugin = "8.12.2"
# https://github.com/JetBrains/kotlin/releases
kotlin = "2.0.10"
kotlin = "2.2.10"
# https://dagger.dev/hilt/gradle-setup
hilt = "2.52"
hilt = "2.57.1"
# https://github.com/protocolbuffers/protobuf/releases
protobuf = "4.27.3"
protobuf = "4.32.0"
# https://github.com/google/protobuf-gradle-plugin/releases
protobufPlugin = "0.9.4"
protobufPlugin = "0.9.5"
# https://plugins.gradle.org/plugin/org.sonarqube
sonarqube = "5.1.0.4882"
sonarqube = "6.3.1.5724"
# https://github.com/material-components/material-components-android/releases
material = "1.12.0"
# https://developer.android.com/kotlin/ktx#core
coreKtx = "1.13.1"
coreKtx = "1.17.0"
# https://developer.android.com/jetpack/androidx/releases/appcompat
appcompat = "1.7.0"
appcompat = "1.7.1"
# https://developer.android.com/jetpack/androidx/releases/core
splashScreen = "1.0.1"
# https://developer.android.com/jetpack/androidx/releases/lifecycle
lifecycle = "2.8.6"
lifecycle = "2.9.3"
# https://developer.android.com/jetpack/androidx/releases/arch-core
coreTesting = "2.2.0"
# https://github.com/Kotlin/kotlinx.serialization/releases
kotlinxSerialization = "1.7.3"
kotlinxSerialization = "1.9.0"
# https://github.com/square/okhttp/tags
okhttp = "4.12.0"
okhttp = "5.1.0"
# https://developer.android.com/jetpack/androidx/releases/paging
paging = "3.3.2"
paging = "3.3.6"
# https://developer.android.com/jetpack/androidx/releases/room
room = "2.6.1"
room = "2.7.2"
# https://github.com/Kotlin/kotlinx-datetime/releases
kotlinxDatetime = "0.6.1"
kotlinxDatetime = "0.7.1"
# https://developer.android.com/jetpack/androidx/releases/datastore
datastore = "1.1.1"
datastore = "1.1.7"
# https://developer.android.com/jetpack/androidx/releases/security
security = "1.0.0"
security = "1.1.0"
# https://github.com/junit-team/junit4/releases
junit = "4.13.2"
# https://github.com/Kotlin/kotlinx.coroutines/releases
coroutines = "1.8.1"
coroutines = "1.10.2"
# https://github.com/robolectric/robolectric/releases
robolectric = "4.13"
robolectric = "4.16"
# https://mvnrepository.com/artifact/com.google.truth/truth
truth = "1.4.4"
# https://mockk.io/
mockk = "1.13.12"
mockk = "1.14.5"
# https://github.com/square/leakcanary/releases
leakcanary = "2.14"
# https://github.com/ChuckerTeam/chucker/releases
chucker = "4.0.0"
chucker = "4.2.0"
# https://github.com/google/desugar_jdk_libs/blob/master/CHANGELOG.md
desugar = "2.1.2"
desugar = "2.1.5"
# https://github.com/google/ksp/releases
kspPlugin = "2.0.10-1.0.24"
kspPlugin = "2.2.10-2.0.2"
# https://developer.android.com/jetpack/androidx/releases/sharetarget
shareTarget = "1.2.0"
# https://github.com/KasperskyLab/Kaspresso/releases
kaspresso = "1.5.4"
kaspresso = "1.6.0"
# https://developer.android.com/jetpack/androidx/releases/test
androidXTestCore = "1.6.1"
androidXTestRules = "1.6.1"
androidXTestRunner = "1.6.2"
androidXTestOrchestrator = "1.5.0"
junitKtx = "1.2.1"
androidXTestCore = "1.7.0"
androidXTestRules = "1.7.0"
androidXTestRunner = "1.7.0"
androidXTestOrchestrator = "1.6.1"
junitKtx = "1.3.0"
# https://mvnrepository.com/artifact/androidx.compose/compose-bom
composeBom = "2024.09.03"
composeBom = "2025.08.01"
# https://google.github.io/accompanist/
accompanistVersion = "0.36.0"
# https://developer.android.com/jetpack/androidx/releases/compose-material
materialCompose = "1.7.3"
materialCompose = "1.9.0"
# https://github.com/raamcosta/compose-destinations/releases
composeDestinations = "1.10.2"
# https://developer.android.com/jetpack/androidx/releases/hilt
androidxHilt = "1.2.0"
# https://github.com/ktorio/ktor/releases
ktor = "2.3.12"
ktor = "3.2.3"
# https://github.com/coil-kt/coil/releases
coil = "2.7.0"
# https://github.com/Kotlin/kotlinx-kover/releases
kover = "0.8.3"
kover = "0.9.1"
[libraries]
android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }
@@ -171,7 +171,7 @@ chuckerteam-chucker = { group = "com.github.chuckerteam.chucker", name = "librar
kaspersky-kaspresso = { group = "com.kaspersky.android-components", name = "kaspresso", version.ref = "kaspresso" }
kaspersky-kaspresso-compose = { group = "com.kaspersky.android-components", name = "kaspresso-compose-support", version.ref = "kaspresso" }
composeDestinations-core = { group = "io.github.raamcosta.compose-destinations", name = "animations-core", version.ref = "composeDestinations" }
composeDestinations-core = { group = "io.github.raamcosta.compose-destinations", name = "core", version.ref = "composeDestinations" }
composeDestinations-ksp = { group = "io.github.raamcosta.compose-destinations", name = "ksp", version.ref = "composeDestinations" }
ktor-core = { group = "io.ktor", name = "ktor-client-core", version.ref = "ktor" }