Skip to content

Commit c9b9401

Browse files
Merge pull request #294 from bennesp/renovate/netty-monorepo
Update netty monorepo to v4.2.15.Final
2 parents 8d78e68 + 4dacca3 commit c9b9401

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
implementation("commons-validator:commons-validator:1.10.1")
4848

4949
// Force transient dependencies to use a newer version to avoid vulnerabilities in ktor-server-netty
50-
implementation("io.netty:netty-codec:4.2.14.Final")
50+
implementation("io.netty:netty-codec:4.2.15.Final")
5151

5252
testImplementation(kotlin("test"))
5353
}

0 commit comments

Comments
 (0)