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.
1 parent 4f413bf commit e943b51Copy full SHA for e943b51
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