We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac234da commit 73dbb3aCopy full SHA for 73dbb3a
build.gradle.kts
@@ -40,7 +40,7 @@ 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.2")
43
- implementation("com.fasterxml.jackson.core:jackson-databind:2.17.0")
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
44
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.0")
45
46
// Cx78f40514-81ff: the vulnerable function is not used
0 commit comments