From 83745e0edac1589368fbb64fddc9abc65770e32e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 02:38:57 +0000 Subject: [PATCH] chore(deps): bump io.ktor:ktor-client-cio from 2.3.7 to 2.3.10 Bumps [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) from 2.3.7 to 2.3.10. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.7...2.3.10) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-cio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index db386f2..f1f92ff 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -107,7 +107,7 @@ dependencies { exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk7") exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8") } - implementation("io.ktor:ktor-client-cio:2.3.7") { + implementation("io.ktor:ktor-client-cio:2.3.10") { exclude(group = "org.slf4j", module = "slf4j-api") // Prevents java.lang.LinkageError: java.lang.LinkageError: loader constraint violation: when resolving method 'long kotlin.time.Duration.toLong-impl(long, kotlin.time.DurationUnit)' exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib")