Skip to content

Commit

Permalink
Update dependency io.ktor:ktor-client-apache to v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and SebastianAigner committed Jul 1, 2023
1 parent 9c560e2 commit 30cec59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
dependencies {
testImplementation("junit:junit:4.13.2")
implementation("io.ktor:ktor-client-core:2.3.2")
implementation("io.ktor:ktor-client-apache:2.3.0")
implementation("io.ktor:ktor-client-apache:2.3.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1")
}
Expand Down

0 comments on commit 30cec59

Please sign in to comment.