We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b2d46 commit cdde4b1Copy full SHA for cdde4b1
1 file changed
common/build.gradle.kts
@@ -3,9 +3,9 @@ plugins { `java-library` }
3
dependencies {
4
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
5
api("com.google.code.gson:gson:2.11.0")
6
- implementation("io.ktor:ktor-client-core:3.3.3")
7
- implementation("io.ktor:ktor-client-cio:3.3.3")
+ implementation("io.ktor:ktor-client-core:3.4.2")
+ implementation("io.ktor:ktor-client-cio:3.4.2")
8
9
- testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
+ testImplementation("org.junit.jupiter:junit-jupiter:6.0.3")
10
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
11
}
0 commit comments