From 0fb6100c613b63eecef8ed1406df14f8b3add309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 04:02:14 +0000 Subject: [PATCH] chore(deps): bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.21.3 to 2.21.4. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/crawlers/cli/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/crawlers/cli/build.gradle b/backend/crawlers/cli/build.gradle index f43e9032..a72ba33b 100644 --- a/backend/crawlers/cli/build.gradle +++ b/backend/crawlers/cli/build.gradle @@ -31,6 +31,6 @@ dependencies { api project(':crawlers:dev-feed-crawlers-common') implementation project(':dev-feed-persistence') implementation project(':dev-feed-screenshot') - implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.3' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.4' implementation("info.picocli:picocli:4.7.7") }