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 2e94c46 + 8a989eb commit 4f413bfCopy full SHA for 4f413bf
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.94.Final")
+ implementation("io.netty:netty-codec:4.1.95.Final")
52
53
testImplementation(kotlin("test"))
54
}
0 commit comments