Skip to content

Commit 85e11b0

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

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.3.5") {
109+
implementation("io.ktor:ktor-client-cio:2.3.6") {
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)