From 112acb04f640639022e4edd35fe7be41b70bdbc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 03:30:19 +0000 Subject: [PATCH] Update jackson monorepo to v2.20.1 --- algorithm-exercises-java/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/algorithm-exercises-java/build.gradle b/algorithm-exercises-java/build.gradle index 860f431..f103afd 100644 --- a/algorithm-exercises-java/build.gradle +++ b/algorithm-exercises-java/build.gradle @@ -31,9 +31,9 @@ dependencies { implementation 'com.google.guava:guava:33.5.0-jre' // - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.20.0' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.20.1' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.20' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.20.0' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.20.1' }