Skip to content

Commit

Permalink
Bump ktor from 2.0.0 to 2.3.12
Browse files Browse the repository at this point in the history
Bumps `ktor` from 2.0.0 to 2.3.12.

Updates `io.ktor:ktor-client-cio` from 2.0.0 to 2.3.12
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.0.0...2.3.12)

Updates `io.ktor:ktor-client-content-negotiation` from 2.0.0 to 2.3.12
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.0.0...2.3.12)

Updates `io.ktor:ktor-client-core` from 2.0.0 to 2.3.12
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.0.0...2.3.12)

Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.0.0 to 2.3.12
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.0.0...2.3.12)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-cio
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 15, 2024
1 parent 8eb244b commit 1f66a4f
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 @@ -24,7 +24,7 @@ coroutines = "1.8.0"
korau = "2.2.0"
kotlinx-collections-immutable = "0.3.5"
kotlinx-serialization-json = "1.6.3"
ktor = "2.0.0"
ktor = "2.3.12"
mockk = "1.13.7"
moko-resources = "0.24.0-beta-1"
moko-parcelize = "0.9.0"
Expand Down

0 comments on commit 1f66a4f

Please sign in to comment.