Skip to content

Commit

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

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

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

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

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

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-okhttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-darwin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 320b6b3 commit dd1e7dd
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 @@ -21,7 +21,7 @@ kotlin_coroutines_test = '1.8.1'
kotlin_coroutines = '1.8.1'
kotlin_datetime = "0.5.0"
kotlinx_serialization = "1.6.3"
ktor = "2.3.8"
ktor = "2.3.12"
lifecycle = "2.7.0"
material = "1.11.0"
mockk = "1.13.9"
Expand Down

0 comments on commit dd1e7dd

Please sign in to comment.