From f0a73b63ff0ce62e8311c5c5158e4117e8828490 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 04:15:25 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.20.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 094fcf4..ecd2401 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ repositories { dependencies { implementation gradleApi() - implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1' implementation 'org.yaml:snakeyaml:2.5' testImplementation gradleTestKit() testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'