We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100b6f5 commit f49088cCopy full SHA for f49088c
build.gradle.kts
@@ -47,7 +47,7 @@ dependencies {
47
implementation("commons-validator:commons-validator:1.7")
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.99.Final")
+ implementation("io.netty:netty-codec:4.1.100.Final")
51
52
testImplementation(kotlin("test"))
53
}
0 commit comments