Skip to content

Commit 88e59ce

Browse files
dependabot[bot]Blarc
authored andcommitted
chore(deps): Bump io.ktor:ktor-client-cio from 2.2.4 to 2.3.0
Bumps [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) from 2.2.4 to 2.3.0. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.2.4...2.3.0) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-cio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3934fc7 commit 88e59ce

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
@@ -106,7 +106,7 @@ dependencies {
106106
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk7")
107107
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8")
108108
}
109-
implementation("io.ktor:ktor-client-cio:2.2.4") {
109+
implementation("io.ktor:ktor-client-cio:2.3.0") {
110110
exclude(group = "org.slf4j", module = "slf4j-api")
111111
// Prevents java.lang.LinkageError: java.lang.LinkageError: loader constraint violation: when resolving method 'long kotlin.time.Duration.toLong-impl(long, kotlin.time.DurationUnit)'
112112
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib")

0 commit comments

Comments
 (0)