From b73281a2d2a4aa4acee0c46399d47963c1c24ec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 22:38:23 -0400 Subject: [PATCH] Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.18.4 (#3064) 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 0f73e341..9e8bb386 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ ext { commonsPoolVersion = '2.12.1' hamcrestVersion = '3.0' hibernateValidationVersion = '8.0.2.Final' - jacksonBomVersion = '2.18.3' + jacksonBomVersion = '2.18.4' jaywayJsonPathVersion = '2.9.0' junit4Version = '4.13.2' junitJupiterVersion = '5.11.4'