Skip to content

Commit 30cec59

Browse files
renovate[bot]SebastianAigner
authored andcommittedJul 1, 2023
Update dependency io.ktor:ktor-client-apache to v2.3.2
1 parent 9c560e2 commit 30cec59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
dependencies {
2020
testImplementation("junit:junit:4.13.2")
2121
implementation("io.ktor:ktor-client-core:2.3.2")
22-
implementation("io.ktor:ktor-client-apache:2.3.0")
22+
implementation("io.ktor:ktor-client-apache:2.3.2")
2323
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
2424
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1")
2525
}

0 commit comments

Comments
 (0)
Please sign in to comment.