Skip to content

Commit

Permalink
Ktor 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-waagboe committed Dec 3, 2024
1 parent 435ed1e commit 8bb8a75
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,14 @@ dependencies {
implementation("io.confluent:kafka-avro-serializer:$confluentVersion", excludeLog4j)
implementation("io.confluent:kafka-schema-registry:$confluentVersion", excludeLog4j)
implementation("no.nav.syfo.dialogmote.avro:isdialogmote-schema:$isdialogmoteSchemaVersion")

constraints {
implementation("org.apache.avro:avro") {
because("io.confluent:kafka-avro-serializer:$confluentVersion -> https://www.cve.org/CVERecord?id=CVE-2023-39410")
version {
require("1.11.4")
}
}
}
testImplementation("com.nimbusds:nimbus-jose-jwt:$nimbusJoseJwtVersion")
testImplementation("io.ktor:ktor-server-test-host:$ktorVersion")
testImplementation("io.ktor:ktor-client-mock:$ktorVersion")
Expand Down

0 comments on commit 8bb8a75

Please sign in to comment.