From 8694bb740e9b64be0058142e32d46d34cb0d9cb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 10:03:00 +0000 Subject: [PATCH] Bump tools.jackson:jackson-bom from 3.0.2 to 3.0.3 Bumps [tools.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 3.0.2 to 3.0.3. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-3.0.2...jackson-bom-3.0.3) --- updated-dependencies: - dependency-name: tools.jackson:jackson-bom dependency-version: 3.0.3 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 c31cfb8d99..88c8429e72 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ ext { hamcrestVersion = '3.0' hibernateValidationVersion = '9.0.1.Final' jacksonBomVersion = '2.20.1' - jackson3Version = '3.0.2' + jackson3Version = '3.0.3' jaywayJsonPathVersion = '2.9.0' junit4Version = '4.13.2' junitJupiterVersion = '6.0.1'