File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ java {
1515
1616dependencies {
1717 // Ktor
18- implementation(" io.ktor:ktor-client-content-negotiation:3.3.3 " )
19- implementation(" io.ktor:ktor-client-core:3.3.3 " )
20- implementation(" io.ktor:ktor-client-okhttp:3.3.3 " )
21- implementation(" io.ktor:ktor-serialization-kotlinx-json:3.3.3 " )
18+ implementation(" io.ktor:ktor-client-content-negotiation:3.4.0 " )
19+ implementation(" io.ktor:ktor-client-core:3.4.0 " )
20+ implementation(" io.ktor:ktor-client-okhttp:3.4.0 " )
21+ implementation(" io.ktor:ktor-serialization-kotlinx-json:3.4.0 " )
2222
2323 // Serialization
2424 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0" )
@@ -33,7 +33,7 @@ dependencies {
3333 testImplementation(" io.mockk:mockk:1.14.9" )
3434
3535 // Ktor
36- testImplementation(" io.ktor:ktor-client-mock:3.3.3 " )
36+ testImplementation(" io.ktor:ktor-client-mock:3.4.0 " )
3737 testImplementation(" org.slf4j:slf4j-simple:2.0.17" )
3838}
3939
You can’t perform that action at this time.
0 commit comments