Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump io.ktor:ktor-bom from 1.6.4 to 2.3.6
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-bom](https://github.com/ktorio/ktor) from 1.6.4 to 2.3.6.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md)
- [Commits](ktorio/ktor@1.6.4...2.3.6)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-bom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 92d8cbf commit 2953a6c
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 @@ -72,7 +72,7 @@ dependencies {
implementation("net.gcardone.junidecode", "junidecode", "0.4.1")

// Http
implementation(platform("io.ktor:ktor-bom:1.6.4"))
implementation(platform("io.ktor:ktor-bom:2.3.6"))
implementation("io.ktor", "ktor-client")
implementation("io.ktor", "ktor-client-okhttp")
implementation("io.ktor", "ktor-client-serialization-jvm")
Expand Down

0 comments on commit 2953a6c

Please sign in to comment.