From 1b4231b3a0c6060178373901f1ac8ce479a81b48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 04:55:27 +0000 Subject: [PATCH] Update dependency com.fasterxml.jackson.core:jackson-annotations to v2.18.0 --- 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 15b15c7..61c898a 100644 --- a/algorithm-exercises-java/build.gradle +++ b/algorithm-exercises-java/build.gradle @@ -32,7 +32,7 @@ dependencies { // implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.17.2' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.17.2' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.18.0' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.17.2' }