Skip to content

Commit 579a407

Browse files
committed
Update Dependencies
1 parent 4ba4e38 commit 579a407

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

gradle/libs.versions.toml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,44 @@
11
[versions]
2-
activity = "1.12.2"
2+
activity = "1.12.4"
33
agp = "9.0.0"
44
biometric = "1.2.0-alpha05"
55
coil = "2.7.0"
66
commons-compress = "1.28.0"
77
commons-io = "2.21.0"
8-
compose-bom = "2025.12.01"
9-
compose = "1.10.0"
8+
compose-bom = "2026.02.00"
9+
compose = "1.10.3"
1010
compose-accompanist = "0.37.3"
1111
compose-markdown = "0.5.7"
1212
coroutines = "1.10.2"
1313
datastore = "1.2.0"
1414
documentfile = "1.1.0"
15+
gradle-toolchains = "1.0.0"
1516
immutables = "0.4.0"
1617
junit-jupiter = "6.0.1"
1718
kaml = "0.104.0"
1819
koin = "4.1.1"
1920
koin-ksp = "2.3.1"
2021
kotlin = "2.3.10"
21-
ksp = "2.3.4"
22+
ksp = "2.3.5"
2223
libsu = "6.0.0"
2324
lifecycle = "2.10.0"
2425
material = "1.13.0"
25-
navigation = "2.9.6"
26-
navigation3 = "1.0.0"
26+
navigation = "2.9.7"
27+
navigation3 = "1.0.1"
2728
# TODO migrate to 2.0.X when ready https://pgpainless.readthedocs.io/en/latest/pgpainless-core/migration_2.0.html
2829
pgpainless = "1.7.7"
2930
preference = "1.2.1"
3031
room = "2.8.4"
3132
security = "1.1.0"
3233
semver = "4.3.0"
33-
serialization = "1.9.0"
34-
stability-analyzer = "0.6.6"
34+
serialization = "1.10.0"
35+
stability-analyzer = "0.6.7"
3536
test = "1.7.0"
3637
test-rules = "1.7.0"
3738
test-ext = "1.3.0"
3839
timber = "5.0.1"
39-
work = "2.11.0"
40+
work = "2.11.1"
41+
# TODO update when coyping fixed
4042
zstd-jni = "1.5.7-6"
4143

4244
[libraries]
@@ -118,3 +120,4 @@ kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref =
118120
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
119121
stability-analyzer = { id = "com.github.skydoves.compose.stability.analyzer", version.ref = "stability-analyzer" }
120122
kotlin-scripting = { id = "org.jetbrains.kotlin.plugin.scripting", version.ref = "kotlin" }
123+
gradle-toolchains = { id = "org.gradle.toolchains.foojay-resolver-convention", version.ref = "gradle-toolchains" }

0 commit comments

Comments
 (0)