From 31ec66dde25067fc539be3ed74ee36957fb1ea09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 03:24:21 +0000 Subject: [PATCH] Bump com.fasterxml.jackson:jackson-bom from 2.17.1 to 2.17.2 (#9303) Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.1 to 2.17.2. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.17.1...jackson-bom-2.17.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 696a0007a4..e3bb5691bc 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ ext { hibernateVersion = '6.5.2.Final' hsqldbVersion = '2.7.3' h2Version = '2.2.224' - jacksonVersion = '2.17.1' + jacksonVersion = '2.17.2' jaxbVersion = '4.0.5' jcifsVersion = '2.1.38' jeroMqVersion = '0.6.0'