Skip to content

Commit 13b4c69

Browse files
Bump io.ktor:ktor-server-netty from 1.6.8 to 2.3.11
Bumps [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) from 1.6.8 to 2.3.11. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md) - [Commits](ktorio/ktor@1.6.8...2.3.11) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-netty dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5c08355 commit 13b4c69

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
@@ -95,7 +95,7 @@ kotlin {
9595
implementation("com.github.doyaaaaaken:kotlin-csv-jvm:0.15.0")
9696

9797
api("io.ktor:ktor-server-core:1.6.8")
98-
api("io.ktor:ktor-server-netty:1.6.8")
98+
api("io.ktor:ktor-server-netty:2.3.11")
9999
api("io.ktor:ktor-serialization:1.6.8")
100100
implementation("org.jetbrains.kotlinx:kotlinx-serialization-runtime-common:0.20.0")
101101
api("ch.qos.logback:logback-classic:1.4.3")

0 commit comments

Comments
 (0)