Skip to content

Commit

Permalink
Fixed GHSA-55g7-9cwv-5qfv with overriding transient from org.apache.k…
Browse files Browse the repository at this point in the history
…afka:kafka_2.12
  • Loading branch information
MikAoJk committed Sep 28, 2023
1 parent 3db9837 commit 50534cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ val okhttp3Version = "4.11.0"
val commonsCodecVersion = "1.16.0"
val caffeineVersion = "3.1.8"
val ktfmtVersion = "0.44"
val snappyJavaVersion = "1.1.10.5"


plugins {
Expand Down Expand Up @@ -76,6 +77,11 @@ dependencies {
implementation("net.logstash.logback:logstash-logback-encoder:$logstashLogbackEncoderVersion")

implementation("org.apache.kafka:kafka_2.12:$kafkaVersion")
constraints {
implementation("org.xerial.snappy:snappy-java:$snappyJavaVersion") {
because("override transient from org.apache.kafka:kafka_2.12")
}
}
implementation("io.confluent:kafka-avro-serializer:$confluentVersion")
implementation("no.nav.teamdokumenthandtering:teamdokumenthandtering-avro-schemas:$joarkHendelseVersion")

Expand Down

0 comments on commit 50534cc

Please sign in to comment.