Skip to content

Commit c5aac5f

Browse files
Bump io.ktor:ktor-bom from 2.0.3 to 2.3.1 in /server/app
Bumps [io.ktor:ktor-bom](https://github.com/ktorio/ktor) from 2.0.3 to 2.3.1. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.0.3...2.3.1) --- updated-dependencies: - dependency-name: io.ktor:ktor-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent df38c4d commit c5aac5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
dependencies {
1717
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
1818
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
19-
implementation(platform("io.ktor:ktor-bom:2.0.3"))
19+
implementation(platform("io.ktor:ktor-bom:2.3.1"))
2020
implementation("io.ktor:ktor-server-core")
2121
implementation("io.ktor:ktor-server-cors")
2222
implementation("io.ktor:ktor-server-content-negotiation")

0 commit comments

Comments
 (0)