Skip to content

Commit

Permalink
fix: updating libs for vulnerabilities (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
kotharironak authored Feb 22, 2023
1 parent fc8737a commit b7bb3e7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions data-model/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@ dependencies {
api("org.apache.commons:commons-compress:1.21") {
because("Multiple vulnerabilities in avro-declared version")
}
api("com.fasterxml.jackson.core:jackson-databind:2.13.2.2") {
because(
"Denial of Service (DoS) " +
"[High Severity][https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2421244] in " +
"com.fasterxml.jackson.core:[email protected]"
)
api("com.fasterxml.jackson.core:jackson-databind:2.14.2") {
because("version 2.12.7.1 has a vulnerability https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038424")
}
}
api("commons-codec:commons-codec:1.14")
Expand Down

0 comments on commit b7bb3e7

Please sign in to comment.