From 349b5f30a5938ab5e193bd41f31bc0c504cd3f12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 19:46:39 +0000 Subject: [PATCH] Update jackson monorepo to v2.19.2 --- algorithm-exercises-java/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/algorithm-exercises-java/build.gradle b/algorithm-exercises-java/build.gradle index 7296f5fb..b833fead 100644 --- a/algorithm-exercises-java/build.gradle +++ b/algorithm-exercises-java/build.gradle @@ -31,9 +31,9 @@ dependencies { implementation 'com.google.guava:guava:33.4.8-jre' // - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.19.1' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.19.1' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.1' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.19.2' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.19.2' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.2' }