We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8737a commit b7bb3e7Copy full SHA for b7bb3e7
data-model/build.gradle.kts
@@ -16,12 +16,8 @@ dependencies {
16
api("org.apache.commons:commons-compress:1.21") {
17
because("Multiple vulnerabilities in avro-declared version")
18
}
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
- )
+ 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")
25
26
27
api("commons-codec:commons-codec:1.14")
0 commit comments