Skip to content

Commit

Permalink
update dependency to io.netty:netty-codec-http2 in order to deal with C…
Browse files Browse the repository at this point in the history
  • Loading branch information
paulchen committed Jul 4, 2023
1 parent 1343e2e commit d53fe41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect")

implementation("io.ktor:ktor-server-netty:$ktorVersion")

// CVE-2023-34462
implementation("io.netty:netty-codec-http2:4.1.94.Final")
implementation("io.ktor:ktor-server-content-negotiation:$ktorVersion")
implementation("io.ktor:ktor-server-auth:$ktorVersion")
implementation("io.ktor:ktor-serialization-jackson:$ktorVersion")
Expand Down

0 comments on commit d53fe41

Please sign in to comment.