From 100b6f54de23c2f11077fa9def36c9fb376a84bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 04:46:05 +0000 Subject: [PATCH] Update dependency com.fasterxml.jackson.dataformat:jackson-dataformat-yaml to v2.15.3 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2e5d138..87de226 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,7 +41,7 @@ dependencies { implementation("com.github.saasquatch:json-schema-inferrer:0.2.0") implementation("org.yaml:snakeyaml:2.2") implementation("com.fasterxml.jackson.core:jackson-databind:2.15.3") - implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2") + implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.3") // Cx78f40514-81ff: the vulnerable function is not used implementation("commons-validator:commons-validator:1.7")