From 9a76ad5cc5548e055996b5ecc0e3c618ca2a7eeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 00:28:54 +0000 Subject: [PATCH] Bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.17.3 (#9630) Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.2 to 2.17.3. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.17.2...jackson-bom-2.17.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom 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 9183956b8d..6a57a6e958 100644 --- a/build.gradle +++ b/build.gradle @@ -77,7 +77,7 @@ ext { hibernateVersion = '6.4.10.Final' hsqldbVersion = '2.7.3' h2Version = '2.2.224' - jacksonVersion = '2.17.2' + jacksonVersion = '2.17.3' jaxbVersion = '4.0.5' jcifsVersion = '2.1.39' jeroMqVersion = '0.6.0'