Skip to content

Commit

Permalink
build(deps): bump io.ktor:ktor-client-core from 3.0.0 to 3.0.3
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.0 to 3.0.3.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0...3.0.3)

---
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]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 506e194 commit e71c8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin-test = "2.0.0"

[libraries]
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.3" }
ktor-client-core = { module = "io.ktor:ktor-client-core", version = "3.0.0"}
ktor-client-core = { module = "io.ktor:ktor-client-core", version = "3.0.3"}
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version = "3.0.0" }

[plugins]
Expand Down

0 comments on commit e71c8d9

Please sign in to comment.