Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 034a842

Browse files
Update dependency io.ktor:ktor-client-apache to v2.3.11
1 parent f819387 commit 034a842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
implementation(libs.kotest.api)
2525
testImplementation(libs.kotest.runner)
2626
testImplementation(libs.kotest.assertions)
27-
testImplementation("io.ktor:ktor-client-apache:2.2.4")
27+
testImplementation("io.ktor:ktor-client-apache:2.3.11")
2828
}
2929

3030
tasks.test {

0 commit comments

Comments
 (0)