From 152b7edac243d747c6154de0843c51806957a665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 01:14:07 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.19.1 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.19.0 to 2.19.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 bf04273..c92816a 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.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' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.1' }