From 64b0f17e479495efe3c680e4328b09fd6537fe61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:59:25 +0000 Subject: [PATCH] Update jackson monorepo to v2.21.3 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")