Skip to content

Commit

Permalink
Update dependency io.ktor:ktor-client-apache to v2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2023
1 parent 30cec59 commit 66104bd
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.2")
implementation("io.ktor:ktor-client-apache:2.3.7")
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 66104bd

Please sign in to comment.