Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent d70f08e commit 30e6ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
val ktorVersion = captureVersion(implementation("io.ktor:ktor-client-core:1.6.8")!!)
val ktorVersion = captureVersion(implementation("io.ktor:ktor-client-core:2.3.9")!!)
implementation("io.ktor:ktor-client-json:$ktorVersion")
implementation("io.ktor:ktor-client-serialization:$ktorVersion")

Expand Down

0 comments on commit 30e6ce5

Please sign in to comment.