From 3086bfce7bec28129d6b8376e2df099219c6340c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 02:10:00 +0000 Subject: [PATCH] Update jackson monorepo to v2.19.0 --- 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 9d4dd26..6fa9e7c 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.18.3' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.18.3' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.3' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.19.0' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.19.0' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.0' }