Skip to content

Commit ba8bc2d

Browse files
committed
fix(deps): update dependency io.ktor:ktor-serialization-kotlinx-json to v2.3.11
1 parent 922c987 commit ba8bc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-internal/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ dependencies {
1414
implementation("io.ktor:ktor-client-core:2.3.11")
1515
implementation("io.ktor:ktor-client-cio:2.3.11")
1616
implementation("io.ktor:ktor-client-content-negotiation:2.3.11")
17-
implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.10")
17+
implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.11")
1818
}

0 commit comments

Comments
 (0)