Skip to content

Commit

Permalink
build(deps): bump io.ktor:ktor-client-core from 3.0.3 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) from 3.0.3 to 3.1.0.
- [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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2025
1 parent 608bd4b commit f59222e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ kotlin {

implementation("org.jetbrains:kotlin-extensions:1.0.1-pre.156-kotlin-1.5.0")

implementation("io.ktor:ktor-client-core:3.0.3")
implementation("io.ktor:ktor-client-core:3.1.0")

implementation("io.ktor:ktor-client-js:3.0.3")

Expand Down

0 comments on commit f59222e

Please sign in to comment.