Update dependency io.ktor:ktor-client-cio to v3.4.3

This commit is contained in:
renovate[bot]
2026-04-22 16:04:16 +00:00
committed by GitHub
parent 89dbda55b8
commit e5ee914c54

View File

@@ -17,7 +17,7 @@ dependencies {
implementation(project(":opengraphkt"))
implementation("io.ktor:ktor-client-core:3.3.1")
implementation("io.ktor:ktor-client-cio:3.3.1")
implementation("io.ktor:ktor-client-cio:3.4.3")
}
tasks.test {