Skip to content

Commit cdde4b1

Browse files
authored
chore(deps): update ktor and junit (#23)
1 parent b9b2d46 commit cdde4b1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

common/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ plugins { `java-library` }
33
dependencies {
44
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
55
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")
6+
implementation("io.ktor:ktor-client-core:3.4.2")
7+
implementation("io.ktor:ktor-client-cio:3.4.2")
88

9-
testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
9+
testImplementation("org.junit.jupiter:junit-jupiter:6.0.3")
1010
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1111
}

0 commit comments

Comments
 (0)