Skip to content

Commit

Permalink
Merge pull request #212 from jamesward/dependabot/gradle/kotlin-corou…
Browse files Browse the repository at this point in the history
…tines/io.ktor-ktor-client-java-2.3.8

Bump io.ktor:ktor-client-java from 2.3.7 to 2.3.8 in /kotlin-coroutines
  • Loading branch information
jamesward authored Feb 12, 2024
2 parents 0de3215 + a3c7392 commit b4a9878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin-coroutines/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ application {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("io.ktor:ktor-client-core:2.3.7")
implementation("io.ktor:ktor-client-java:2.3.7")
implementation("io.ktor:ktor-client-java:2.3.8")

testImplementation("io.kotest:kotest-runner-junit5:5.8.0")
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
Expand Down

0 comments on commit b4a9878

Please sign in to comment.