We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d78e68 + 4dacca3 commit c9b9401Copy full SHA for c9b9401
1 file changed
build.gradle.kts
@@ -47,7 +47,7 @@ dependencies {
47
implementation("commons-validator:commons-validator:1.10.1")
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.14.Final")
+ implementation("io.netty:netty-codec:4.2.15.Final")
51
52
testImplementation(kotlin("test"))
53
}
0 commit comments