From 1e710b5c25b273a5e86983df5e9b2222dffa8dee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 00:52:29 +0000 Subject: [PATCH] build(deps): bump jacksonVersion from 2.19.1 to 2.22.1 Bumps `jacksonVersion` from 2.19.1 to 2.22.1. Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-csv` from 2.19.1 to 2.22.1 - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.19.1...jackson-dataformats-text-2.22.1) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.19.1 to 2.22.1 Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.19.1 to 2.22.1 - [Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.19.1...jackson-dataformat-xml-2.22.1) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.1 to 2.22.1 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-csv dependency-version: 2.22.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.22.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-version: 2.22.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6d4a1b6e71..999b13826a 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ version '1.0-SNAPSHOT' ext { jooqVersion = '3.21.2' - jacksonVersion = '2.19.1' + jacksonVersion = '2.22.1' chatGPTVersion = '4.41.0' junitVersion = '6.1.0' }