Skip to content

Commit e9c9c49

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | ---------- | --------------------------------------------------------- | ------------- | ------------- | | maven | com.android.library:com.android.library.gradle.plugin | 8.7.3 | 8.8.1 | | maven | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin | 1.7.3 | 1.8.0+check | | maven | io.ktor:ktor-server-core | 3.0.3 | 3.1.0 | | maven | io.ktor:ktor-server-test-host | 3.0.3 | 3.1.0 | | maven | io.ktor:ktor-client-core | 3.0.3 | 3.1.0 | | maven | com.google.devtools.ksp:symbol-processing-api | 2.1.10-1.0.29 | 2.1.10-1.0.30 |
1 parent 2325986 commit e9c9c49

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.10"
99
kotlinBinaryCompatibilityValidator = "0.17.0"
1010
kotlinCompileTesting = "0.7.0"
1111
knit = "0.5.0"
12-
kspVersion = "2.1.10-1.0.29"
12+
kspVersion = "2.1.10-1.0.30"
1313
kotlinxSerialization = "1.8.0"
14-
ktor = "3.0.3"
14+
ktor = "3.1.0"
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.7.3"
19+
composePlugin = "1.8.0+check"
20+
agp = "8.8.1"
2121
cache4k = "0.14.0"
2222
publish = "0.30.0"
2323
jacksonModuleKotlin = "2.18.2"

0 commit comments

Comments
 (0)