Skip to content

Commit

Permalink
Bump io.ktor:ktor-bom from 2.3.12 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.12 to 3.0.2.
- [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.2)

---
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 9, 2024
1 parent b29deae commit 68ea8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {

implementation 'io.github.oshai:kotlin-logging:5.1.4'
implementation 'io.prometheus:simpleclient'
implementation(platform('io.ktor:ktor-bom:2.3.12'))
implementation(platform('io.ktor:ktor-bom:3.0.2'))
implementation 'io.ktor:ktor-server-netty'
implementation 'io.ktor:ktor-server'

Expand Down

0 comments on commit 68ea8ee

Please sign in to comment.