Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
4d6cc5f29b Update dependency io.ktor:ktor-client-cio to v3.4.1 2026-03-03 13:41:09 +00:00

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.1")
}
tasks.test {