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

Commit 42bfb91

Browse files
Update dependency io.ktor:ktor-client-apache to v2.2.4 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 19b4a7e commit 42bfb91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
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.2")
27+
testImplementation("io.ktor:ktor-client-apache:2.2.4")
2828
}
2929

3030
tasks.test {

0 commit comments

Comments
 (0)