From b79522d9ffb63128f801fc6c5df961e04b8d0bda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 11:00:20 +0000 Subject: [PATCH] Bump tools.jackson:jackson-bom from 3.0.0-rc5 to 3.0.0-rc8 Bumps [tools.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 3.0.0-rc5 to 3.0.0-rc8. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-3.0.0-rc5...jackson-bom-3.0.0-rc8) --- updated-dependencies: - dependency-name: tools.jackson:jackson-bom dependency-version: 3.0.0-rc8 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 f4778805f1..455e74ab39 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ ext { hamcrestVersion = '3.0' hibernateValidationVersion = '9.0.1.Final' jacksonBomVersion = '2.19.2' - jackson3Version = '3.0.0-rc5' + jackson3Version = '3.0.0-rc8' jaywayJsonPathVersion = '2.9.0' junit4Version = '4.13.2' junitJupiterVersion = '5.13.4'