Skip to content

Commit ae3910d

Browse files
Update Samples dependencies
1 parent 514abf8 commit ae3910d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/ktor-all-platforms-app/gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ compose-plugin = "1.6.11"
1717
junit = "4.13.2"
1818
ktor = "2.3.12"
1919
logback = "1.5.8"
20-
kotlinx-serialization-json = "1.7.1"
20+
kotlinx-serialization-json = "1.7.3"
2121
kotlinx-coroutines-core = "1.9.0"
2222
kotlinx-rpc = "0.2.4"
2323

samples/ktor-web-app/gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "2.0.10"
3-
kotlin-wrappers-bom = "1.0.0-pre.812"
3+
kotlin-wrappers-bom = "1.0.0-pre.814"
44
ktor = "2.3.12"
55
kotlinx-serialization-json = "1.7.3"
66
kotlinx-coroutines-core = "1.9.0"

0 commit comments

Comments
 (0)