From 87bcfb0dd3c7da3f551986fbb3aad56d73acf93e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 23:49:44 +0000 Subject: [PATCH] Bump com.fasterxml.jackson:jackson-bom from 2.15.3 to 2.15.4 (#8935) Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.15.3 to 2.15.4. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.15.3...jackson-bom-2.15.4) --- 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 310ddca44c..2dbe974322 100644 --- a/build.gradle +++ b/build.gradle @@ -69,7 +69,7 @@ ext { hibernateVersion = '6.2.22.Final' hsqldbVersion = '2.7.2' h2Version = '2.2.224' - jacksonVersion = '2.15.3' + jacksonVersion = '2.15.4' jaxbVersion = '4.0.4' jcifsVersion = '2.1.37' jeroMqVersion = '0.5.4'