Skip to content

Commit

Permalink
Update dependency io.netty:netty-codec to v4.1.100.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2023
1 parent 100b6f5 commit 4a8b53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
implementation("commons-validator:commons-validator:1.7")

// Force transient dependencies to use a newer version to avoid vulnerabilities in ktor-server-netty
implementation("io.netty:netty-codec:4.1.99.Final")
implementation("io.netty:netty-codec:4.1.100.Final")

testImplementation(kotlin("test"))
}
Expand Down

0 comments on commit 4a8b53b

Please sign in to comment.