We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9a808 commit 8a5b0e0Copy full SHA for 8a5b0e0
build.gradle.kts
@@ -14,7 +14,7 @@ repositories {
14
15
dependencies {
16
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0")
17
- implementation("io.netty:netty-all:4.1.119.Final")
+ implementation("io.netty:netty-all:4.2.3.Final")
18
19
testImplementation(kotlin("test"))
20
}
0 commit comments