Skip to content

Commit

Permalink
Bump io.ktor:ktor-client-core from 3.1.0 to 3.1.1 in /kotlin-arrow (#608
Browse files Browse the repository at this point in the history
)

Bumps [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.1.0...3.1.1)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2025
1 parent 40eab60 commit 550e81a
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.10.1")
implementation("io.ktor:ktor-client-core:3.1.0")
implementation("io.ktor:ktor-client-core:3.1.1")
implementation("io.ktor:ktor-client-java:3.1.1")
implementation("io.arrow-kt:arrow-fx-coroutines:2.0.1")
runtimeOnly("org.slf4j:slf4j-simple:2.0.17")
Expand Down

0 comments on commit 550e81a

Please sign in to comment.