Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
MikAoJk authored Nov 24, 2024
1 parent 68e52cb commit 8951e2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ val verapdfVersion = "1.26.1"
val ktfmtVersion = "0.44"
val testcontainersVersion = "1.20.4"
val pdfgencoreVersion = "1.1.34"
val nettycommonVersion = "4.1.115.Final"

///Due to vulnerabilities
val commonsCompressVersion = "1.27.1"
Expand Down Expand Up @@ -102,7 +103,7 @@ dependencies {

implementation("io.ktor:ktor-server-netty:$ktorVersion")
constraints {
implementation("io.netty:netty-common:4.1.115.Final")
implementation("io.netty:netty-common:$nettycommonVersion")
}
implementation("io.ktor:ktor-server-core:$ktorVersion")
implementation("io.ktor:ktor-serialization-jackson:$ktorVersion")
Expand Down

0 comments on commit 8951e2d

Please sign in to comment.