Skip to content

Commit

Permalink
Constraint på netty
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrikMeyer committed Nov 22, 2024
1 parent 422dd0b commit 68e52cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ val prometheusVersion = "0.16.0"
val junitJupiterVersion = "5.11.3"
val verapdfVersion = "1.26.1"
val ktfmtVersion = "0.44"
val testcontainersVersion= "1.20.4"
val testcontainersVersion = "1.20.4"
val pdfgencoreVersion = "1.1.34"

///Due to vulnerabilities
Expand Down Expand Up @@ -101,6 +101,9 @@ dependencies {
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jacksonVersion")

implementation("io.ktor:ktor-server-netty:$ktorVersion")
constraints {
implementation("io.netty:netty-common:4.1.115.Final")
}
implementation("io.ktor:ktor-server-core:$ktorVersion")
implementation("io.ktor:ktor-serialization-jackson:$ktorVersion")
implementation("io.ktor:ktor-server-content-negotiation:$ktorVersion")
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@
<appender-ref ref="stdout_json" />
</root>

<logger name="org.apache.pdfbox" level="ERROR" />

</configuration>

0 comments on commit 68e52cb

Please sign in to comment.