We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f413bf + e943b51 commit 8fa6e5bCopy full SHA for 8fa6e5b
build.gradle.kts
@@ -48,7 +48,7 @@ dependencies {
48
implementation("commons-validator:commons-validator:1.7")
49
50
// Force transient dependencies to use a newer version to avoid vulnerabilities in ktor-server-netty
51
- implementation("io.netty:netty-codec:4.1.95.Final")
+ implementation("io.netty:netty-codec:4.1.96.Final")
52
53
testImplementation(kotlin("test"))
54
}
0 commit comments