Skip to content

Commit

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

Updates `io.ktor:ktor-network` from 2.3.12 to 3.0.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)

Updates `io.ktor:ktor-network-tls` from 2.3.12 to 3.0.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-network
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.ktor:ktor-network-tls
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 83f06d8 commit 682676f
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 @@ -18,7 +18,7 @@ annotation = "1.8.2"
coroutines = "1.9.0"
junit = "4.13.2"
mockito = "5.4.0"
ktor = "2.3.12"
ktor = "3.0.0"
uvcandroid = "1.0.7"

[libraries]
Expand Down

0 comments on commit 682676f

Please sign in to comment.