Skip to content

Commit

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

---
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 Dec 23, 2024
1 parent 06ed0f5 commit 8825f8a
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 @@ -27,7 +27,7 @@ dependencies {

testImplementation("io.kotest.extensions:kotest-assertions-arrow:1.4.0")

implementation(platform("io.ktor:ktor-bom:2.3.12"))
implementation(platform("io.ktor:ktor-bom:3.0.3"))

testImplementation("io.ktor:ktor-client-content-negotiation")
testImplementation("io.ktor:ktor-serialization-kotlinx-json")
Expand Down

0 comments on commit 8825f8a

Please sign in to comment.