Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit bc73568

Browse files
committed
Update dependency io.ktor:ktor-bom to v2.1.3
1 parent 085280f commit bc73568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dependencies {
8989
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.1"))
9090
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
9191
api(platform("software.amazon.awssdk:bom:2.18.5"))
92-
api(platform("io.ktor:ktor-bom:2.1.2"))
92+
api(platform("io.ktor:ktor-bom:2.1.3"))
9393

9494
// kotlinx.coroutines libraries
9595
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8")

0 commit comments

Comments
 (0)