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.9
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.9.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md)
- [Commits](ktorio/ktor@1.6.4...2.3.9)

---
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 Mar 4, 2024
1 parent 5a90cc1 commit 82c03dc
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.9"))
implementation("io.ktor", "ktor-client")
implementation("io.ktor", "ktor-client-okhttp")
implementation("io.ktor", "ktor-client-serialization-jvm")
Expand Down

0 comments on commit 82c03dc

Please sign in to comment.