Skip to content

Commit 2c27a94

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | ---------- | --------------------------------------------------------- | ------------- | ------------- | | maven | com.android.library:com.android.library.gradle.plugin | 8.9.0 | 8.9.1 | | maven | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin | 1.7.3 | 1.8.0+check | | maven | io.ktor:ktor-server-core | 3.1.1 | 3.1.2 | | maven | io.ktor:ktor-client-mock | 3.1.1 | 3.1.2 | | maven | io.ktor:ktor-server-test-host | 3.1.1 | 3.1.2 | | maven | io.ktor:ktor-client-core | 3.1.1 | 3.1.2 | | maven | com.google.devtools.ksp:symbol-processing-api | 2.1.10-1.0.31 | 2.1.20-1.0.32 |
1 parent 88920ef commit 2c27a94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ kotlin = "2.1.20"
99
kotlinBinaryCompatibilityValidator = "0.17.0"
1010
kotlinCompileTesting = "0.7.0"
1111
knit = "0.5.0"
12-
kspVersion = "2.1.10-1.0.31"
12+
kspVersion = "2.1.20-1.0.32"
1313
kotlinxSerialization = "1.8.0"
14-
ktor = "3.1.1"
14+
ktor = "3.1.2"
1515
mockWebServer = "4.12.0"
1616
retrofit = "2.11.0"
1717
moshi = "1.15.2"
1818
spotlessVersion = "7.0.2"
19-
composePlugin = "1.7.3"
20-
agp = "8.9.0"
19+
composePlugin = "1.8.0+check"
20+
agp = "8.9.1"
2121
cache4k = "0.14.0"
2222
publish = "0.31.0"
2323
jacksonModuleKotlin = "2.18.3"

0 commit comments

Comments
 (0)