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