We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25ecd36 + 2b2ed24 commit 3fb2513Copy full SHA for 3fb2513
build.gradle.kts
@@ -47,7 +47,7 @@ dependencies {
47
implementation("commons-validator:commons-validator:1.9.0")
48
49
// Force transient dependencies to use a newer version to avoid vulnerabilities in ktor-server-netty
50
- implementation("io.netty:netty-codec:4.1.119.Final")
+ implementation("io.netty:netty-codec:4.2.0.Final")
51
52
testImplementation(kotlin("test"))
53
}
0 commit comments