Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 949118b

Browse files
committedFeb 28, 2024·
Bump postgres and other dependencies
1 parent f94d2b2 commit 949118b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎build.gradle.kts

+6
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ dependencies {
105105
require("1.11.3")
106106
}
107107
}
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+
}
108114
}
109115
implementation("no.nav.syfo.dialogmote.avro:isdialogmote-schema:${Versions.isdialogmoteSchema}")
110116
testImplementation("no.nav:kafka-embedded-env:${Versions.kafkaEmbedded}", excludeLog4j)

0 commit comments

Comments
 (0)
Please sign in to comment.