File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,5 +90,5 @@ dependencies {
90
90
implementation " io.ktor:ktor-network-tls-certificates:2.3.12"
91
91
implementation " io.ktor:ktor-client-content-negotiation:2.3.12"
92
92
implementation " io.ktor:ktor-serialization-kotlinx-json:2.3.12"
93
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1 " )
93
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3 " )
94
94
}
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ dependencies {
84
84
implementation " io.ktor:ktor-network-tls-certificates:2.3.12"
85
85
implementation " io.ktor:ktor-client-content-negotiation:2.3.12"
86
86
implementation " io.ktor:ktor-serialization-kotlinx-json:2.3.12"
87
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1 " )
87
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3 " )
88
88
}
89
89
90
90
publishing {
You can’t perform that action at this time.
0 commit comments