File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ repositories {
17
17
}
18
18
19
19
dependencies {
20
- implementation(" io.ktor:ktor-client-okhttp-jvm:2.1.2 " ) {
20
+ implementation(" io.ktor:ktor-client-okhttp-jvm:2.1.3 " ) {
21
21
exclude(group = " org.jetbrains.kotlin" )
22
22
exclude(group = " org.jetbrains.kotlinx" )
23
23
}
24
- implementation(" io.ktor:ktor-client-content-negotiation:2.1.2 " ) {
24
+ implementation(" io.ktor:ktor-client-content-negotiation:2.1.3 " ) {
25
25
exclude(group = " org.jetbrains.kotlin" )
26
26
exclude(group = " org.jetbrains.kotlinx" )
27
27
}
28
- implementation(" io.ktor:ktor-serialization-kotlinx-json:2.1.2 " ) {
28
+ implementation(" io.ktor:ktor-serialization-kotlinx-json:2.1.3 " ) {
29
29
exclude(group = " org.jetbrains.kotlin" )
30
30
exclude(group = " org.jetbrains.kotlinx" )
31
31
}
You can’t perform that action at this time.
0 commit comments