Skip to content

Commit 56cef47

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 |
1 parent 2325986 commit 56cef47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ kotlinCompileTesting = "0.7.0"
1111
knit = "0.5.0"
1212
kspVersion = "2.1.10-1.0.29"
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)