From 01e6ffede1d0dd8250090bf61bb55cef2c460066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 01:57:29 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.20.1 to 2.21.0 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.20.1 to 2.21.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 75f767a..e173988 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.1' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.21.0' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.20' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.20.1' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.21.0' }