From f4583bd4b0f10c3219f976216b949bfdcb9639d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 11:39:56 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.21.0 to 2.21.1 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.21.0 to 2.21.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9f31163..c289779 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ buildScan { ext { okhttpVersion = '5.3.2' - jacksonVersion = '2.21.0' + jacksonVersion = '2.21.1' hamcrestVersion = '3.0' }