Skip to content

Commit 6343448

Browse files
fix(deps): update all dependencies (#3720)
| datasource | package | from | to | | ---------- | ----------------------------------------------------------------------------------------------- | -------- | -------- | | maven | org.jetbrains.kotlin-wrappers:kotlin-js | 2025.9.0 | 2025.9.2 | | maven | com.android.kotlin.multiplatform.library:com.android.kotlin.multiplatform.library.gradle.plugin | 8.12.2 | 8.13.0 | | maven | io.kotest:kotest-property | 6.0.1 | 6.0.2 | | maven | io.kotest:kotest-assertions-core | 6.0.1 | 6.0.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ce994d6 commit 6343448

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ animalSniffer = "2.0.1"
33
coroutines = "1.10.2"
44
classgraph = "4.8.181"
55
dokka = "2.0.0"
6-
kotest = "6.0.1"
6+
kotest = "6.0.2"
77
kover = "0.9.1"
88
kotlin = "2.2.10"
99
kotlinCompileTesting = "0.8.0"
@@ -16,12 +16,12 @@ retrofit = "3.0.0"
1616
moshi = "1.15.2"
1717
spotlessVersion = "7.2.1"
1818
composePlugin = "1.8.2"
19-
agp = "8.12.2"
19+
agp = "8.13.0"
2020
cache4k = "0.14.0"
2121
publish = "0.34.0"
2222
jacksonModuleKotlin = "2.20.0"
2323
shadow = "9.1.0"
24-
kotlinWrappers = "2025.9.0"
24+
kotlinWrappers = "2025.9.2"
2525

2626
[libraries]
2727
coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }

0 commit comments

Comments
 (0)