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.
2 parents 5b164f0 + b1007b7 commit 641dedbCopy full SHA for 641dedb
build.gradle.kts
@@ -47,7 +47,7 @@ dependencies {
47
implementation("commons-validator:commons-validator:1.10.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.2.4.Final")
+ implementation("io.netty:netty-codec:4.2.5.Final")
51
52
testImplementation(kotlin("test"))
53
}
0 commit comments