diff --git a/build.gradle.kts b/build.gradle.kts index b2f3a5e..a1b4db5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,8 +40,8 @@ dependencies { // json-schema-inferrer and its dependencies with non-vulnerable versions implementation("com.github.saasquatch:json-schema-inferrer:0.2.1") implementation("org.yaml:snakeyaml:2.6") - implementation("com.fasterxml.jackson.core:jackson-databind:2.21.2") - implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.2") + implementation("com.fasterxml.jackson.core:jackson-databind:2.21.3") + implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.3") // Cx78f40514-81ff: the vulnerable function is not used implementation("commons-validator:commons-validator:1.10.1")