From 567fb9bae8c1c0feaf849f120a9381c3bc0b5aa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:56:09 -0500 Subject: [PATCH] Bump com.fasterxml.jackson:jackson-bom from 2.18.1 to 2.18.2 Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.18.1 to 2.18.2. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.18.1...jackson-bom-2.18.2) --- 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 13f9baa08c..df8a8a87a4 100644 --- a/build.gradle +++ b/build.gradle @@ -77,7 +77,7 @@ ext { hibernateVersion = '6.6.3.Final' hsqldbVersion = '2.7.4' h2Version = '2.3.232' - jacksonVersion = '2.18.1' + jacksonVersion = '2.18.2' jaxbVersion = '4.0.5' jcifsVersion = '2.1.39' jeroMqVersion = '0.6.0'