From fe151b4c4c787ed5f3608d30740724f28ace176f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 14:56:29 +0000 Subject: [PATCH] Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.18.4 (#10016) Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.18.3 to 2.18.4. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.18.3...jackson-bom-2.18.4) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.18.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0c135ea3fe..aaef0c2105 100644 --- a/build.gradle +++ b/build.gradle @@ -77,7 +77,7 @@ ext { hibernateVersion = '6.6.14.Final' hsqldbVersion = '2.7.4' h2Version = '2.3.232' - jacksonVersion = '2.18.3' + jacksonVersion = '2.18.4' jaxbVersion = '4.0.5' jcifsVersion = '2.1.39' jeroMqVersion = '0.6.0'