Skip to content

Commit

Permalink
Bump io.ktor:ktor-client-android from 1.6.8 to 2.3.9
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-client-android](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-android
  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 1be1cf3
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 @@ -36,7 +36,7 @@ kotlin {
}
val androidMain by getting {
dependencies {
implementation("io.ktor:ktor-client-android:1.6.8")
implementation("io.ktor:ktor-client-android:2.3.9")
}
}
val androidTest by getting {
Expand Down

0 comments on commit 1be1cf3

Please sign in to comment.