Skip to content

Commit 4cd0947

Browse files
chore(deps): update all dependencies (#3392)
| datasource | package | from | to | | ---------- | ------------------------------------------------------------------------------------------------- | ------------- | ------------- | | maven | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin | 1.6.0 | 1.6.1 | | maven | androidx.compose.runtime:runtime | 1.6.2 | 1.6.3 | | maven | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin | 1.9.22-1.0.18 | 1.9.23-1.0.19 | | maven | com.google.devtools.ksp:symbol-processing-api | 1.9.22-1.0.18 | 1.9.23-1.0.19 | | maven | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 1.9.22 | 1.9.23 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.9.22 | 1.9.23 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.9.22 | 1.9.23 | | maven | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin | 5.8.0 | 5.8.1 | | maven | io.kotest:kotest-runner-junit5 | 5.8.0 | 5.8.1 | | maven | io.kotest:kotest-property | 5.8.0 | 5.8.1 | | maven | io.kotest:kotest-framework-engine | 5.8.0 | 5.8.1 | | maven | io.kotest:kotest-assertions-core | 5.8.0 | 5.8.1 | | maven | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin | 1.9.10 | 1.9.20 | | maven | io.github.classgraph:classgraph | 4.8.165 | 4.8.168 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 484c0a2 commit 4cd0947

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

gradle/libs.versions.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@ animalSniffer = "1.7.1"
33
arrowGradleConfig = "0.12.0-rc.24"
44
assertj = "3.25.3"
55
coroutines = "1.8.0"
6-
classgraph = "4.8.165"
7-
dokka = "1.9.10"
6+
classgraph = "4.8.168"
7+
dokka = "1.9.20"
88
jUnit = "4.13.2"
99
jUnitJupiter = "5.10.2"
1010
jUnitVintage = "5.10.2"
11-
kotest = "5.8.0"
12-
kotestGradle = "5.8.0"
11+
kotest = "5.8.1"
12+
kotestGradle = "5.8.1"
1313
kover = "0.7.6"
14-
kotlin = "1.9.22"
15-
kotlinxSerializationPlugin = "1.9.22"
14+
kotlin = "1.9.23"
15+
kotlinxSerializationPlugin = "1.9.23"
1616
kotlinBinaryCompatibilityValidator = "0.14.0"
1717
kotlinCompileTesting = "0.4.0"
1818
knit = "0.5.0"
19-
kspVersion = "1.9.22-1.0.18"
19+
kspVersion = "1.9.23-1.0.19"
2020
kotlinxSerialization = "1.6.3"
2121
mockWebServer = "4.12.0"
2222
retrofit = "2.9.0"
2323
retrofitKotlinxSerialization = "1.0.0"
2424
spotlessVersion = "6.25.0"
25-
compose = "1.6.2"
26-
composePlugin = "1.6.0"
25+
compose = "1.6.3"
26+
composePlugin = "1.6.1"
2727
agp = "8.3.0"
2828
android-compileSdk = "34"
2929
cache4k = "0.13.0"

0 commit comments

Comments
 (0)