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.
2 parents 88d4dc1 + 9914f24 commit 05cac09Copy full SHA for 05cac09
build.gradle.kts
@@ -40,8 +40,8 @@ dependencies {
40
// json-schema-inferrer and its dependencies with non-vulnerable versions
41
implementation("com.github.saasquatch:json-schema-inferrer:0.2.1")
42
implementation("org.yaml:snakeyaml:2.5")
43
- implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
44
- implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.0")
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.20.1")
+ implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.1")
45
46
// Cx78f40514-81ff: the vulnerable function is not used
47
implementation("commons-validator:commons-validator:1.10.0")
0 commit comments