From 95d4bcd824852c53b4a54136b02e7d70f1b27744 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 01:48:49 +0000 Subject: [PATCH] Update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.1 --- algorithm-exercises-java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithm-exercises-java/build.gradle b/algorithm-exercises-java/build.gradle index 6ee9e9a..2dd64ef 100644 --- a/algorithm-exercises-java/build.gradle +++ b/algorithm-exercises-java/build.gradle @@ -33,7 +33,7 @@ dependencies { // implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.1' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.18.1' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.0' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.1' }