Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 66be767 commit 68110c6
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 @@ -20,7 +20,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")
implementation("io.arrow-kt:arrow-fx-coroutines:1.2.1")
runtimeOnly("org.slf4j:slf4j-simple:2.0.11")

Expand Down

0 comments on commit 68110c6

Please sign in to comment.