We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94d2b2 commit 949118bCopy full SHA for 949118b
build.gradle.kts
@@ -105,6 +105,12 @@ dependencies {
105
require("1.11.3")
106
}
107
108
+ implementation("org.apache.commons:commons-compress") {
109
+ because("org.apache.commons:commons-compress:1.22 -> https://www.cve.org/CVERecord?id=CVE-2012-2098")
110
+ version {
111
+ require("1.26.0")
112
+ }
113
114
115
implementation("no.nav.syfo.dialogmote.avro:isdialogmote-schema:${Versions.isdialogmoteSchema}")
116
testImplementation("no.nav:kafka-embedded-env:${Versions.kafkaEmbedded}", excludeLog4j)
0 commit comments