From d8a065cdf16a0da4561403356da3f4831be60ec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 09:17:45 +0000 Subject: [PATCH] chore(deps): bump jacksonVersion from 2.20.1 to 2.22.0 Bumps `jacksonVersion` from 2.20.1 to 2.22.0. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.20.1 to 2.22.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.20.1 to 2.22.0 --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.0 dependency-type: direct:production - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8157ada6..248dba2d 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ repositories { } ext { - jacksonVersion = '2.20.1' + jacksonVersion = '2.22.0' } dependencies {