Skip to content

Commit

Permalink
Bump io.ktor:ktor-client-core from 2.3.9 to 2.3.10 in /kotlin-arrow
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) from 2.3.9 to 2.3.10.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 89f81ec commit 68b2814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin-arrow/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ application {

dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
implementation("io.ktor:ktor-client-core:2.3.9")
implementation("io.ktor:ktor-client-core:2.3.10")
implementation("io.ktor:ktor-client-java:2.3.10")
implementation("io.arrow-kt:arrow-fx-coroutines:1.2.3")
runtimeOnly("org.slf4j:slf4j-simple:2.0.12")
Expand Down

0 comments on commit 68b2814

Please sign in to comment.