Skip to content

Commit

Permalink
Bump io.ktor:ktor-bom from 2.3.11 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-bom](https://github.com/ktorio/ktor) from 2.3.11 to 3.0.2.
- [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-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 3, 2024
1 parent 139a05e commit a4a1b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot-server-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
api(project(":robot-server-core"))
api(project(":test-recorder"))

implementation(platform("io.ktor:ktor-bom:2.3.11"))
implementation(platform("io.ktor:ktor-bom:3.0.2"))
implementation("io.ktor:ktor-server-core")
implementation("io.ktor:ktor-server-netty")
implementation("io.ktor:ktor-server-content-negotiation")
Expand Down

0 comments on commit a4a1b53

Please sign in to comment.