Skip to content

Commit b72d28c

Browse files
authored
Bump Ktor to 2.3.12 (#193)
1 parent 9aebae6 commit b72d28c

File tree

27 files changed

+28
-28
lines changed

27 files changed

+28
-28
lines changed

chat/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ kotlin {
2828

2929
sourceSets.each {
3030
it.dependencies {
31-
implementation(project.dependencies.enforcedPlatform("io.ktor:ktor-bom:2.3.11"))
31+
implementation(project.dependencies.enforcedPlatform("io.ktor:ktor-bom:2.3.12"))
3232
}
3333
}
3434

client-mpp/shared/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ kotlin {
1919

2020
sourceSets.each {
2121
it.dependencies {
22-
implementation(project.dependencies.enforcedPlatform("io.ktor:ktor-bom:2.3.11"))
22+
implementation(project.dependencies.enforcedPlatform("io.ktor:ktor-bom:2.3.12"))
2323
}
2424
}
2525

client-multipart/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66
dependencies {
77
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21"
8-
classpath "io.ktor.plugin:plugin:2.3.11"
8+
classpath "io.ktor.plugin:plugin:2.3.12"
99
}
1010
}
1111

client-tools/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66
dependencies {
77
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21"
8-
classpath "io.ktor.plugin:plugin:2.3.11"
8+
classpath "io.ktor.plugin:plugin:2.3.12"
99
}
1010
}
1111

di-kodein/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ val logback_version: String by project
33

44
plugins {
55
kotlin("jvm") version "1.9.21"
6-
id("io.ktor.plugin") version "2.3.11"
6+
id("io.ktor.plugin") version "2.3.12"
77
kotlin("plugin.serialization") version "1.9.21"
88
}
99

filelisting/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ val logback_version: String by project
33

44
plugins {
55
kotlin("jvm") version "1.9.21"
6-
id("io.ktor.plugin") version "2.3.11"
6+
id("io.ktor.plugin") version "2.3.12"
77
}
88

99
application {

fullstack-mpp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ kotlin {
2929

3030
sourceSets.each {
3131
it.dependencies {
32-
implementation(project.dependencies.enforcedPlatform("io.ktor:ktor-bom:2.3.11"))
32+
implementation(project.dependencies.enforcedPlatform("io.ktor:ktor-bom:2.3.12"))
3333
}
3434
}
3535

graalvm/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
application
33
kotlin("jvm") version "1.9.21"
4-
id("io.ktor.plugin") version "2.3.11"
4+
id("io.ktor.plugin") version "2.3.12"
55
id("org.graalvm.buildtools.native") version "0.9.19"
66
}
77

h2/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ val logback_version: String by project
44
plugins {
55
application
66
kotlin("jvm") version "1.9.21"
7-
id("io.ktor.plugin") version "2.3.11"
7+
id("io.ktor.plugin") version "2.3.12"
88
}
99

1010
group = "io.ktor.samples"

httpbin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ val logback_version: String by project
33

44
plugins {
55
kotlin("jvm") version "1.9.21"
6-
id("io.ktor.plugin") version "2.3.11"
6+
id("io.ktor.plugin") version "2.3.12"
77
}
88

99
application {

0 commit comments

Comments
 (0)