From d607b0b21d17f76a4f4802d568357e1f08e30767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 02:03:06 +0000 Subject: [PATCH] Bump tools.jackson:jackson-bom from 3.0.0-rc10 to 3.0.0 Bumps [tools.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 3.0.0-rc10 to 3.0.0. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-3.0.0-rc10...jackson-bom-3.0.0) --- updated-dependencies: - dependency-name: tools.jackson:jackson-bom dependency-version: 3.0.0 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 41714489a6..a8a69abe97 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ ext { hamcrestVersion = '3.0' hibernateValidationVersion = '9.0.1.Final' jacksonBomVersion = '2.20.0' - jackson3Version = '3.0.0-rc10' + jackson3Version = '3.0.0' jaywayJsonPathVersion = '2.9.0' junitJupiterVersion = '6.0.0-RC3' kotlinCoroutinesVersion = '1.10.2'