Skip to content

Commit b7bb3e7

Browse files
authored
fix: updating libs for vulnerabilities (#43)
1 parent fc8737a commit b7bb3e7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

data-model/build.gradle.kts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ dependencies {
1616
api("org.apache.commons:commons-compress:1.21") {
1717
because("Multiple vulnerabilities in avro-declared version")
1818
}
19-
api("com.fasterxml.jackson.core:jackson-databind:2.13.2.2") {
20-
because(
21-
"Denial of Service (DoS) " +
22-
"[High Severity][https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2421244] in " +
23-
"com.fasterxml.jackson.core:[email protected]"
24-
)
19+
api("com.fasterxml.jackson.core:jackson-databind:2.14.2") {
20+
because("version 2.12.7.1 has a vulnerability https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038424")
2521
}
2622
}
2723
api("commons-codec:commons-codec:1.14")

0 commit comments

Comments
 (0)